#BADC62

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

Shades of Conifer #BADC62

Tints of Conifer #BADC62

Color information

#BADC62 (or 0xBADC62) is unknown color: approx Conifer. HEX triplet: BA, DC and 62. RGB value is (186,220,98). Sum of RGB (Red+Green+Blue) = 186+220+98=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC62 is #45239D. Grayscale: #C4C4C4. Windows color (decimal): -4531102 or 6479034. OLE color: 6479034.

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

Color convert

RGB18622098-
CMYK0.1500.550.14
HSL76.72º63.54%62.35%-
HSV(B)76.72º55.45%86.27%-
XYZ48.0562.5121.09-
YUV195.9372.74120.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 220 (86.33% from 255) = 43.65%
BLUE value IS 98 (38.67% from 255) = 19.44%
R=36.90%
G=43.65%
B=19.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186220980.1500.550.1476.7263.5462.35
HexBADC62F037E4d403e
Octal272334142170671611510076
Binary1011101011011100110001011110110111111010011011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADC62; }

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

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

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

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

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

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

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

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