#BADC49

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

Shades of Conifer #BADC49

Tints of Conifer #BADC49

Color information

#BADC49 (or 0xBADC49) is unknown color: approx Conifer. HEX triplet: BA, DC and 49. RGB value is (186,220,73). Sum of RGB (Red+Green+Blue) = 186+220+73=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC49 is #4523B6. Grayscale: #C1C1C1. Windows color (decimal): -4531127 or 4840634. OLE color: 4840634.

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

Color convert

RGB18622073-
CMYK0.1500.670.14
HSL73.88º67.74%57.45%-
HSV(B)73.88º66.82%86.27%-
XYZ47.0562.1115.81-
YUV193.0860.24122.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 220 (86.33% from 255) = 45.93%
BLUE value IS 73 (28.91% from 255) = 15.24%
R=38.83%
G=45.93%
B=15.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186220730.1500.670.1473.8867.7457.45
HexBADC49F043E4a4439
Octal2723341111701031611210471
Binary10111010110111001001001111101000011111010010101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADC49; }

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

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

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

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

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

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

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

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