#BDD956

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

Shades of Conifer #BDD956

Tints of Conifer #BDD956

Color information

#BDD956 (or 0xBDD956) is unknown color: approx Conifer. HEX triplet: BD, D9 and 56. RGB value is (189,217,86). Sum of RGB (Red+Green+Blue) = 189+217+86=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD956 is #4226A9. Grayscale: #C2C2C2. Windows color (decimal): -4335274 or 5691837. OLE color: 5691837.

HSL color Cylindrical-coordinate representation of color #BDD956: hue angle of 72.82º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDD956 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB18921786-
CMYK0.1300.600.15
HSL72.82º63.29%59.41%-
HSV(B)72.82º60.37%85.1%-
XYZ47.4861.1218.1-
YUV193.6967.22124.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 217 (85.16% from 255) = 44.11%
BLUE value IS 86 (33.98% from 255) = 17.48%
R=38.41%
G=44.11%
B=17.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189217860.1300.600.1572.8263.2959.41
HexBDD956D03CF493f3b
Octal27533112615074171117773
Binary101111011101100110101101101011110011111001001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD956; }

 p { color: rgb(189,217,86); }

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

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

 a { background-color: rgb(189,217,86); }

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

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

 span { border-color: rgb(189,217,86); }

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