#BBD27C

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

Shades of Caper #BBD27C

Tints of Caper #BBD27C

Color information

#BBD27C (or 0xBBD27C) is unknown color: approx Caper. HEX triplet: BB, D2 and 7C. RGB value is (187,210,124). Sum of RGB (Red+Green+Blue) = 187+210+124=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD27C is #442D83. Grayscale: #C1C1C1. Windows color (decimal): -4468100 or 8180411. OLE color: 8180411.

HSL color Cylindrical-coordinate representation of color #BBD27C: hue angle of 76.05º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBD27C is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB187210124-
CMYK0.1100.410.18
HSL76.05º48.86%65.49%-
HSV(B)76.05º40.95%82.35%-
XYZ47.1858.1127.8-
YUV193.3288.88123.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 210 (82.42% from 255) = 40.31%
BLUE value IS 124 (48.83% from 255) = 23.80%
R=35.89%
G=40.31%
B=23.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872101240.1100.410.1876.0548.8665.49
HexBBD27CB029124c3141
Octal273322174130512211461101
Binary10111011110100101111100101101010011001010011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD27C; }

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

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

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

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

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

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

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

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