#BDD44C

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

Shades of Conifer #BDD44C

Tints of Conifer #BDD44C

Color information

#BDD44C (or 0xBDD44C) is unknown color: approx Conifer. HEX triplet: BD, D4 and 4C. RGB value is (189,212,76). Sum of RGB (Red+Green+Blue) = 189+212+76=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD44C is #422BB3. Grayscale: #BEBEBE. Windows color (decimal): -4336564 or 5035197. OLE color: 5035197.

HSL color Cylindrical-coordinate representation of color #BDD44C: hue angle of 70.15º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDD44C is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB18921276-
CMYK0.1100.640.17
HSL70.15º61.26%56.47%-
HSV(B)70.15º64.15%83.14%-
XYZ45.8358.4315.7-
YUV189.6263.88127.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 212 (83.20% from 255) = 44.44%
BLUE value IS 76 (30.08% from 255) = 15.93%
R=39.62%
G=44.44%
B=15.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189212760.1100.640.1770.1561.2656.47
HexBDD44CB04011463d38
Octal275324114130100211067570
Binary10111101110101001001100101101000000100011000110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD44C; }

 p { color: rgb(189,212,76); }

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

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

 a { background-color: rgb(189,212,76); }

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

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

 span { border-color: rgb(189,212,76); }

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