#BADD44

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

Shades of Conifer #BADD44

Tints of Conifer #BADD44

Color information

#BADD44 (or 0xBADD44) is unknown color: approx Conifer. HEX triplet: BA, DD and 44. RGB value is (186,221,68). Sum of RGB (Red+Green+Blue) = 186+221+68=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD44 is #4522BB. Grayscale: #C1C1C1. Windows color (decimal): -4530876 or 4513210. OLE color: 4513210.

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

Color convert

RGB18622168-
CMYK0.1600.690.13
HSL73.73º69.23%56.67%-
HSV(B)73.73º69.23%86.67%-
XYZ47.1562.5715.06-
YUV193.0957.4122.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 68 (26.95% from 255) = 14.32%
R=39.16%
G=46.53%
B=14.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186221680.1600.690.1373.7369.2356.67
HexBADD4410045D4a4539
Octal2723351042001051511210571
Binary101110101101110110001001000001000101110110010101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD44; }

 p { color: rgb(186,221,68); }

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

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

 a { background-color: rgb(186,221,68); }

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

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

 span { border-color: rgb(186,221,68); }

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