#BBD47F

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

Shades of Caper #BBD47F

Tints of Caper #BBD47F

Color information

#BBD47F (or 0xBBD47F) is unknown color: approx Caper. HEX triplet: BB, D4 and 7F. RGB value is (187,212,127). Sum of RGB (Red+Green+Blue) = 187+212+127=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD47F is #442B80. Grayscale: #C3C3C3. Windows color (decimal): -4467585 or 8377531. OLE color: 8377531.

HSL color Cylindrical-coordinate representation of color #BBD47F: hue angle of 77.65º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBD47F is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB187212127-
CMYK0.1200.400.17
HSL77.65º49.71%66.47%-
HSV(B)77.65º40.09%83.14%-
XYZ47.8759.1828.98-
YUV194.8389.72122.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 212 (83.20% from 255) = 40.30%
BLUE value IS 127 (50% from 255) = 24.14%
R=35.55%
G=40.30%
B=24.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121270.1200.400.1777.6549.7166.47
HexBBD47FC028114e3242
Octal273324177140502111662102
Binary10111011110101001111111110001010001000110011101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD47F; }

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

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

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

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

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

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

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

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