#BCD37C

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

Shades of Caper #BCD37C

Tints of Caper #BCD37C

Color information

#BCD37C (or 0xBCD37C) is unknown color: approx Caper. HEX triplet: BC, D3 and 7C. RGB value is (188,211,124). Sum of RGB (Red+Green+Blue) = 188+211+124=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD37C is #432C83. Grayscale: #C2C2C2. Windows color (decimal): -4402308 or 8180668. OLE color: 8180668.

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

Color convert

RGB188211124-
CMYK0.1100.410.17
HSL75.86º49.71%65.69%-
HSV(B)75.86º41.23%82.75%-
XYZ47.6758.7427.89-
YUV194.288.38123.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 124 (48.83% from 255) = 23.71%
R=35.95%
G=40.34%
B=23.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882111240.1100.410.1775.8649.7165.69
HexBCD37CB029114c3242
Octal274323174130512111462102
Binary10111100110100111111100101101010011000110011001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD37C; }

 p { color: rgb(188,211,124); }

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

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

 a { background-color: rgb(188,211,124); }

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

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

 span { border-color: rgb(188,211,124); }

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