#BADF42

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

Shades of Conifer #BADF42

Tints of Conifer #BADF42

Color information

#BADF42 (or 0xBADF42) is unknown color: approx Conifer. HEX triplet: BA, DF and 42. RGB value is (186,223,66). Sum of RGB (Red+Green+Blue) = 186+223+66=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF42 is #4520BD. Grayscale: #C2C2C2. Windows color (decimal): -4530366 or 4382650. OLE color: 4382650.

HSL color Cylindrical-coordinate representation of color #BADF42: hue angle of 74.14º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BADF42 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB18622366-
CMYK0.1700.700.13
HSL74.14º71.04%56.67%-
HSV(B)74.14º70.4%87.45%-
XYZ47.6263.6114.92-
YUV194.0455.74122.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 223 (87.5% from 255) = 46.95%
BLUE value IS 66 (26.17% from 255) = 13.89%
R=39.16%
G=46.95%
B=13.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186223660.1700.700.1374.1471.0456.67
HexBADF4211046D4a4739
Octal2723371022101061511210771
Binary101110101101111110000101000101000110110110010101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADF42; }

 p { color: rgb(186,223,66); }

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

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

 a { background-color: rgb(186,223,66); }

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

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

 span { border-color: rgb(186,223,66); }

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