#BAF160

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

Shades of Conifer #BAF160

Tints of Conifer #BAF160

Color information

#BAF160 (or 0xBAF160) is unknown color: approx Conifer. HEX triplet: BA, F1 and 60. RGB value is (186,241,96). Sum of RGB (Red+Green+Blue) = 186+241+96=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF160 is #450E9F. Grayscale: #D0D0D0. Windows color (decimal): -4525728 or 6353338. OLE color: 6353338.

HSL color Cylindrical-coordinate representation of color #BAF160: hue angle of 82.76º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAF160 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB18624196-
CMYK0.2300.600.05
HSL82.76º83.82%66.08%-
HSV(B)82.76º60.17%94.51%-
XYZ53.8274.1922.55-
YUV208.0264.78112.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 241 (94.53% from 255) = 46.08%
BLUE value IS 96 (37.89% from 255) = 18.36%
R=35.56%
G=46.08%
B=18.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186241960.2300.600.0582.7683.8266.08
HexBAF1601703C5535442
Octal272361140270745123124102
Binary10111010111100011100000101110111100101101001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF160; }

 p { color: rgb(186,241,96); }

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

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

 a { background-color: rgb(186,241,96); }

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

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

 span { border-color: rgb(186,241,96); }

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