#B9F160

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

Shades of Conifer #B9F160

Tints of Conifer #B9F160

Color information

#B9F160 (or 0xB9F160) is unknown color: approx Conifer. HEX triplet: B9, F1 and 60. RGB value is (185,241,96). Sum of RGB (Red+Green+Blue) = 185+241+96=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F160 is #460E9F. Grayscale: #D0D0D0. Windows color (decimal): -4591264 or 6353337. OLE color: 6353337.

HSL color Cylindrical-coordinate representation of color #B9F160: hue angle of 83.17º 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 #B9F160 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB18524196-
CMYK0.2300.600.05
HSL83.17º83.82%66.08%-
HSV(B)83.17º60.17%94.51%-
XYZ53.5774.0722.54-
YUV207.7364.95111.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 241 (94.53% from 255) = 46.17%
BLUE value IS 96 (37.89% from 255) = 18.39%
R=35.44%
G=46.17%
B=18.39%

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
Decimal185241960.2300.600.0583.1783.8266.08
HexB9F1601703C5535442
Octal271361140270745123124102
Binary10111001111100011100000101110111100101101001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F160; }

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

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

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

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

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

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

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

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