#BAD95F

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

Shades of Conifer #BAD95F

Tints of Conifer #BAD95F

Color information

#BAD95F (or 0xBAD95F) is unknown color: approx Conifer. HEX triplet: BA, D9 and 5F. RGB value is (186,217,95). Sum of RGB (Red+Green+Blue) = 186+217+95=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD95F is #4526A0. Grayscale: #C2C2C2. Windows color (decimal): -4531873 or 6281658. OLE color: 6281658.

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

Color convert

RGB18621795-
CMYK0.1400.560.15
HSL75.25º61.62%61.18%-
HSV(B)75.25º56.22%85.1%-
XYZ47.1360.8920.1-
YUV193.8272.23122.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 95 (37.5% from 255) = 19.08%
R=37.35%
G=43.57%
B=19.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186217950.1400.560.1575.2561.6261.18
HexBAD95FE038F4b3e3d
Octal27233113716070171137675
Binary101110101101100110111111110011100011111001011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD95F; }

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

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

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

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

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

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

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

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