#BAD44F

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

Shades of Conifer #BAD44F

Tints of Conifer #BAD44F

Color information

#BAD44F (or 0xBAD44F) is unknown color: approx Conifer. HEX triplet: BA, D4 and 4F. RGB value is (186,212,79). Sum of RGB (Red+Green+Blue) = 186+212+79=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD44F is #452BB0. Grayscale: #BDBDBD. Windows color (decimal): -4533169 or 5231802. OLE color: 5231802.

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

Color convert

RGB18621279-
CMYK0.1200.630.17
HSL71.73º60.73%57.06%-
HSV(B)71.73º62.74%83.14%-
XYZ45.258.0916.23-
YUV189.0665.89125.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 212 (83.20% from 255) = 44.44%
BLUE value IS 79 (31.25% from 255) = 16.56%
R=38.99%
G=44.44%
B=16.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal186212790.1200.630.1771.7360.7357.06
HexBAD44FC03F11483d39
Octal27232411714077211107571
Binary1011101011010100100111111000111111100011001000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD44F; }

 p { color: rgb(186,212,79); }

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

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

 a { background-color: rgb(186,212,79); }

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

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

 span { border-color: rgb(186,212,79); }

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