#bbd481

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

Shades of Caper #BBD481

Tints of Caper #BBD481

Color information

#BBD481 (or 0xBBD481) is unknown color: approx Caper. HEX triplet: BB, D4 and 81. RGB value is (187,212,129). Sum of RGB (Red+Green+Blue) = 187+212+129=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD481 is #442B7E. Grayscale: #C3C3C3. Windows color (decimal): -4467583 or 8508603. OLE color: 8508603.

HSL color Cylindrical-coordinate representation of color #BBD481: hue angle of 78.07º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBD481 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB187212129-
CMYK0.1200.390.17
HSL78.07º49.11%66.86%-
HSV(B)78.07º39.15%83.14%-
XYZ4859.2429.67-
YUV195.0690.72122.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 212 (83.20% from 255) = 40.15%
BLUE value IS 129 (50.78% from 255) = 24.43%
R=35.42%
G=40.15%
B=24.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121290.1200.390.1778.0749.1166.86
HexBBD481C027114e3143
Octal273324201140472111661103
Binary101110111101010010000001110001001111000110011101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbd481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbd481; }

 p { color: rgb(187,212,129); }

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

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

 a { background-color: rgb(187,212,129); }

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

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

 span { border-color: rgb(187,212,129); }

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