#B0F164

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

Shades of Conifer #B0F164

Tints of Conifer #B0F164

Color information

#B0F164 (or 0xB0F164) is unknown color: approx Conifer. HEX triplet: B0, F1 and 64. RGB value is (176,241,100). Sum of RGB (Red+Green+Blue) = 176+241+100=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F164 is #4F0E9B. Grayscale: #CDCDCD. Windows color (decimal): -5181084 or 6615472. OLE color: 6615472.

HSL color Cylindrical-coordinate representation of color #B0F164: hue angle of 87.66º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0F164 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB176241100-
CMYK0.2700.590.05
HSL87.66º83.43%66.86%-
HSV(B)87.66º58.51%94.51%-
XYZ51.6673.0623.44-
YUV205.4968.47106.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 241 (94.53% from 255) = 46.62%
BLUE value IS 100 (39.45% from 255) = 19.34%
R=34.04%
G=46.62%
B=19.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762411000.2700.590.0587.6683.4366.86
HexB0F1641B03B5585343
Octal260361144330735130123103
Binary10110000111100011100100110110111011101101100010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F164; }

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

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

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

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

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

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

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

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