#B9F15C

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

Shades of Conifer #B9F15C

Tints of Conifer #B9F15C

Color information

#B9F15C (or 0xB9F15C) is unknown color: approx Conifer. HEX triplet: B9, F1 and 5C. RGB value is (185,241,92). Sum of RGB (Red+Green+Blue) = 185+241+92=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F15C is #460EA3. Grayscale: #CFCFCF. Windows color (decimal): -4591268 or 6091193. OLE color: 6091193.

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

Color convert

RGB18524192-
CMYK0.2300.620.05
HSL82.55º84.18%65.29%-
HSV(B)82.55º61.83%94.51%-
XYZ53.397421.59-
YUV207.2762.95112.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 241 (94.53% from 255) = 46.53%
BLUE value IS 92 (36.33% from 255) = 17.76%
R=35.71%
G=46.53%
B=17.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185241920.2300.620.0582.5584.1865.29
HexB9F15C1703E5535441
Octal271361134270765123124101
Binary10111001111100011011100101110111110101101001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F15C; }

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

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

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

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

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

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

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

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