#BDD37B

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

Shades of Caper #BDD37B

Tints of Caper #BDD37B

Color information

#BDD37B (or 0xBDD37B) is unknown color: approx Caper. HEX triplet: BD, D3 and 7B. RGB value is (189,211,123). Sum of RGB (Red+Green+Blue) = 189+211+123=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD37B is #422C84. Grayscale: #C2C2C2. Windows color (decimal): -4336773 or 8115133. OLE color: 8115133.

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

Color convert

RGB189211123-
CMYK0.1000.420.17
HSL75º50%65.49%-
HSV(B)75º41.71%82.75%-
XYZ47.8658.8427.57-
YUV194.3987.71124.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 123 (48.44% from 255) = 23.52%
R=36.14%
G=40.34%
B=23.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111230.1000.420.17755065.49
HexBDD37BA02A114b3241
Octal275323173120522111362101
Binary10111101110100111111011101001010101000110010111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD37B; }

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

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

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

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

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

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

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

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