#B9FA61

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

Shades of Conifer #B9FA61

Tints of Conifer #B9FA61

Color information

#B9FA61 (or 0xB9FA61) is unknown color: approx Conifer. HEX triplet: B9, FA and 61. RGB value is (185,250,97). Sum of RGB (Red+Green+Blue) = 185+250+97=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA61 is #46059E. Grayscale: #D5D5D5. Windows color (decimal): -4588959 or 6421177. OLE color: 6421177.

HSL color Cylindrical-coordinate representation of color #B9FA61: hue angle of 85.49º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9FA61 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB18525097-
CMYK0.2600.610.02
HSL85.49º93.87%68.04%-
HSV(B)85.49º61.2%98.04%-
XYZ56.3579.5523.69-
YUV213.1262.47107.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 250 (98.05% from 255) = 46.99%
BLUE value IS 97 (38.28% from 255) = 18.23%
R=34.77%
G=46.99%
B=18.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal185250970.2600.610.0285.4993.8768.04
HexB9FA611A03D2555e44
Octal271372141320752125136104
Binary1011100111111010110000111010011110110101010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FA61; }

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

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

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

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

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

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

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

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