#BDD37C

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

Shades of Caper #BDD37C

Tints of Caper #BDD37C

Color information

#BDD37C (or 0xBDD37C) is unknown color: approx Caper. HEX triplet: BD, D3 and 7C. RGB value is (189,211,124). Sum of RGB (Red+Green+Blue) = 189+211+124=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD37C is #422C83. Grayscale: #C2C2C2. Windows color (decimal): -4336772 or 8180669. OLE color: 8180669.

HSL color Cylindrical-coordinate representation of color #BDD37C: hue angle of 75.17º 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 #BDD37C is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB189211124-
CMYK0.1000.410.17
HSL75.17º49.71%65.69%-
HSV(B)75.17º41.23%82.75%-
XYZ47.9258.8627.9-
YUV194.588.21124.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 211 (82.81% from 255) = 40.27%
BLUE value IS 124 (48.83% from 255) = 23.66%
R=36.07%
G=40.27%
B=23.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111240.1000.410.1775.1749.7165.69
HexBDD37CA029114b3242
Octal275323174120512111362102
Binary10111101110100111111100101001010011000110010111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD37C; }

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

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

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

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

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

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

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

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