#B0F161

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

Shades of Conifer #B0F161

Tints of Conifer #B0F161

Color information

#B0F161 (or 0xB0F161) is unknown color: approx Conifer. HEX triplet: B0, F1 and 61. RGB value is (176,241,97). Sum of RGB (Red+Green+Blue) = 176+241+97=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F161 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F161 is #4F0E9E. Grayscale: #CDCDCD. Windows color (decimal): -5181087 or 6418864. OLE color: 6418864.

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

Color convert

RGB17624197-
CMYK0.2700.600.05
HSL87.08º83.72%66.27%-
HSV(B)87.08º59.75%94.51%-
XYZ51.527322.69-
YUV205.1566.97107.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 241 (94.53% from 255) = 46.89%
BLUE value IS 97 (38.28% from 255) = 18.87%
R=34.24%
G=46.89%
B=18.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176241970.2700.600.0587.0883.7266.27
HexB0F1611B03C5575442
Octal260361141330745127124102
Binary10110000111100011100001110110111100101101011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F161; }

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

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

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

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

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

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

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

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