#BDD27B

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

Shades of Caper #BDD27B

Tints of Caper #BDD27B

Color information

#BDD27B (or 0xBDD27B) is unknown color: approx Caper. HEX triplet: BD, D2 and 7B. RGB value is (189,210,123). Sum of RGB (Red+Green+Blue) = 189+210+123=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD27B is #422D84. Grayscale: #C2C2C2. Windows color (decimal): -4337029 or 8114877. OLE color: 8114877.

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

Color convert

RGB189210123-
CMYK0.1000.410.18
HSL74.48º49.15%65.29%-
HSV(B)74.48º41.43%82.35%-
XYZ47.6158.3427.49-
YUV193.888.04124.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 210 (82.42% from 255) = 40.23%
BLUE value IS 123 (48.44% from 255) = 23.56%
R=36.21%
G=40.23%
B=23.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101230.1000.410.1874.4849.1565.29
HexBDD27BA029124a3141
Octal275322173120512211261101
Binary10111101110100101111011101001010011001010010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD27B; }

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

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

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

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

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

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

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

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