#B4D680

Color #B4D680 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B4D680

Tints of Caper #B4D680

Color information

#B4D680 (or 0xB4D680) is unknown color: approx Caper. HEX triplet: B4, D6 and 80. RGB value is (180,214,128). Sum of RGB (Red+Green+Blue) = 180+214+128=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D680 is #4B297F. Grayscale: #C2C2C2. Windows color (decimal): -4925824 or 8443572. OLE color: 8443572.

HSL color Cylindrical-coordinate representation of color #B4D680: hue angle of 83.72º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4D680 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB180214128-
CMYK0.1600.400.16
HSL83.72º51.19%67.06%-
HSV(B)83.72º40.19%83.92%-
XYZ46.7759.3529.41-
YUV194.0390.74117.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 214 (83.98% from 255) = 41.00%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=34.48%
G=41.00%
B=24.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802141280.1600.400.1683.7251.1967.06
HexB4D6801002810543343
Octal264326200200502012463103
Binary1011010011010110100000001000001010001000010101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D680; }

 p { color: rgb(180,214,128); }

 H1.HeaderClassName
 {
   color: #B4D680;
 }
 .AnyTagClassName
 {
   color: #B4D680;
 }
</style>
background-color css

<style>
 a { background-color: #B4D680; }

 a { background-color: rgb(180,214,128); }

 div.DivClassName
 {
   background-color: #B4D680;
 }
 .BgClassName
 {
   background-color: #B4D680;
 }
</style>
border-color css

<style>
 span { border-color: #B4D680; }

 span { border-color: rgb(180,214,128); }

 td.TdClassName
 {
   border-color: #B4D680;
 }
 .TagClassName
 {
   border-color: #B4D680;
 }
</style>