#BDD27D

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

Shades of Caper #BDD27D

Tints of Caper #BDD27D

Color information

#BDD27D (or 0xBDD27D) is unknown color: approx Caper. HEX triplet: BD, D2 and 7D. RGB value is (189,210,125). Sum of RGB (Red+Green+Blue) = 189+210+125=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD27D is #422D82. Grayscale: #C2C2C2. Windows color (decimal): -4337027 or 8245949. OLE color: 8245949.

HSL color Cylindrical-coordinate representation of color #BDD27D: hue angle of 74.82º degrees, saturation: 0.49, 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 #BDD27D is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB189210125-
CMYK0.1000.400.18
HSL74.82º48.57%65.69%-
HSV(B)74.82º40.48%82.35%-
XYZ47.7358.3928.16-
YUV194.0389.04124.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 125 (49.22% from 255) = 23.85%
R=36.07%
G=40.08%
B=23.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101250.1000.400.1874.8248.5765.69
HexBDD27DA028124b3142
Octal275322175120502211361102
Binary10111101110100101111101101001010001001010010111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD27D; }

 p { color: rgb(189,210,125); }

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

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

 a { background-color: rgb(189,210,125); }

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

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

 span { border-color: rgb(189,210,125); }

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