#BAD962

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

Shades of Conifer #BAD962

Tints of Conifer #BAD962

Color information

#BAD962 (or 0xBAD962) is unknown color: approx Conifer. HEX triplet: BA, D9 and 62. RGB value is (186,217,98). Sum of RGB (Red+Green+Blue) = 186+217+98=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD962 is #45269D. Grayscale: #C2C2C2. Windows color (decimal): -4531870 or 6478266. OLE color: 6478266.

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

Color convert

RGB18621798-
CMYK0.1400.550.15
HSL75.63º61.03%61.76%-
HSV(B)75.63º54.84%85.1%-
XYZ47.2760.9520.83-
YUV194.1673.73122.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 217 (85.16% from 255) = 43.31%
BLUE value IS 98 (38.67% from 255) = 19.56%
R=37.13%
G=43.31%
B=19.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186217980.1400.550.1575.6361.0361.76
HexBAD962E037F4c3d3e
Octal27233114216067171147576
Binary101110101101100111000101110011011111111001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD962; }

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

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

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

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

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

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

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

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