#bbd27f

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

Shades of Caper #BBD27F

Tints of Caper #BBD27F

Color information

#BBD27F (or 0xBBD27F) is unknown color: approx Caper. HEX triplet: BB, D2 and 7F. RGB value is (187,210,127). Sum of RGB (Red+Green+Blue) = 187+210+127=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD27F is #442D80. Grayscale: #C1C1C1. Windows color (decimal): -4468097 or 8377019. OLE color: 8377019.

HSL color Cylindrical-coordinate representation of color #BBD27F: hue angle of 76.63º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBD27F is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB187210127-
CMYK0.1100.400.18
HSL76.63º47.98%66.08%-
HSV(B)76.63º39.52%82.35%-
XYZ47.3758.1928.81-
YUV193.6690.38123.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 127 (50% from 255) = 24.24%
R=35.69%
G=40.08%
B=24.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872101270.1100.400.1876.6347.9866.08
HexBBD27FB028124d3042
Octal273322177130502211560102
Binary10111011110100101111111101101010001001010011011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbd27f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbd27f; }

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

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

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

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

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

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

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

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