#bad849

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

Shades of Conifer #BAD849

Tints of Conifer #BAD849

Color information

#BAD849 (or 0xBAD849) is unknown color: approx Conifer. HEX triplet: BA, D8 and 49. RGB value is (186,216,73). Sum of RGB (Red+Green+Blue) = 186+216+73=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD849 is #4527B6. Grayscale: #BFBFBF. Windows color (decimal): -4532151 or 4839610. OLE color: 4839610.

HSL color Cylindrical-coordinate representation of color #BAD849: hue angle of 72.59º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAD849 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB18621673-
CMYK0.1400.660.15
HSL72.59º64.71%56.67%-
HSV(B)72.59º66.2%84.71%-
XYZ46.0160.0315.47-
YUV190.7361.56124.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 73 (28.91% from 255) = 15.37%
R=39.16%
G=45.47%
B=15.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186216730.1400.660.1572.5964.7156.67
HexBAD849E042F494139
Octal2723301111601021711110171
Binary10111010110110001001001111001000010111110010011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bad849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bad849; }

 p { color: rgb(186,216,73); }

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

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

 a { background-color: rgb(186,216,73); }

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

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

 span { border-color: rgb(186,216,73); }

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