#BDD17B

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

Shades of Caper #BDD17B

Tints of Caper #BDD17B

Color information

#BDD17B (or 0xBDD17B) is unknown color: approx Caper. HEX triplet: BD, D1 and 7B. RGB value is (189,209,123). Sum of RGB (Red+Green+Blue) = 189+209+123=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD17B is #422E84. Grayscale: #C1C1C1. Windows color (decimal): -4337285 or 8114621. OLE color: 8114621.

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

Color convert

RGB189209123-
CMYK0.1000.410.18
HSL73.95º48.31%65.1%-
HSV(B)73.95º41.15%81.96%-
XYZ47.3657.8527.41-
YUV193.2288.37124.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 123 (48.44% from 255) = 23.61%
R=36.28%
G=40.12%
B=23.61%

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
Decimal1892091230.1000.410.1873.9548.3165.1
HexBDD17BA029124a3041
Octal275321173120512211260101
Binary10111101110100011111011101001010011001010010101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD17B; }

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

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

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

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

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

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

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

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