#BAD94A

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

Shades of Conifer #BAD94A

Tints of Conifer #BAD94A

Color information

#BAD94A (or 0xBAD94A) is unknown color: approx Conifer. HEX triplet: BA, D9 and 4A. RGB value is (186,217,74). Sum of RGB (Red+Green+Blue) = 186+217+74=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD94A is #4526B5. Grayscale: #BFBFBF. Windows color (decimal): -4531894 or 4905402. OLE color: 4905402.

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

Color convert

RGB18621774-
CMYK0.1400.660.15
HSL73.01º65.3%57.06%-
HSV(B)73.01º65.9%85.1%-
XYZ46.360.5615.73-
YUV191.4361.73124.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 74 (29.30% from 255) = 15.51%
R=38.99%
G=45.49%
B=15.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186217740.1400.660.1573.0165.357.06
HexBAD94AE042F494139
Octal2723311121601021711110171
Binary10111010110110011001010111001000010111110010011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD94A; }

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

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

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

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

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

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

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

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