#B9F161

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

Shades of Conifer #B9F161

Tints of Conifer #B9F161

Color information

#B9F161 (or 0xB9F161) is unknown color: approx Conifer. HEX triplet: B9, F1 and 61. RGB value is (185,241,97). Sum of RGB (Red+Green+Blue) = 185+241+97=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F161 is #460E9E. Grayscale: #D0D0D0. Windows color (decimal): -4591263 or 6418873. OLE color: 6418873.

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

Color convert

RGB18524197-
CMYK0.2300.600.05
HSL83.33º83.72%66.27%-
HSV(B)83.33º59.75%94.51%-
XYZ53.6274.0922.78-
YUV207.8465.45111.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 241 (94.53% from 255) = 46.08%
BLUE value IS 97 (38.28% from 255) = 18.55%
R=35.37%
G=46.08%
B=18.55%

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
Decimal185241970.2300.600.0583.3383.7266.27
HexB9F1611703C5535442
Octal271361141270745123124102
Binary10111001111100011100001101110111100101101001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F161; }

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

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

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

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

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

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

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

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