#B1E164

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

Shades of Conifer #B1E164

Tints of Conifer #B1E164

Color information

#B1E164 (or 0xB1E164) is unknown color: approx Conifer. HEX triplet: B1, E1 and 64. RGB value is (177,225,100). Sum of RGB (Red+Green+Blue) = 177+225+100=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E164 is #4E1E9B. Grayscale: #C4C4C4. Windows color (decimal): -5119644 or 6611377. OLE color: 6611377.

HSL color Cylindrical-coordinate representation of color #B1E164: hue angle of 83.04º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1E164 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB177225100-
CMYK0.2100.560.12
HSL83.04º67.57%63.73%-
HSV(B)83.04º55.56%88.24%-
XYZ47.3664.1221.94-
YUV196.473.6114.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 225 (88.28% from 255) = 44.82%
BLUE value IS 100 (39.45% from 255) = 19.92%
R=35.26%
G=44.82%
B=19.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1772251000.2100.560.1283.0467.5763.73
HexB1E16415038C534440
Octal2613411442507014123104100
Binary101100011110000111001001010101110001100101001110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E164; }

 p { color: rgb(177,225,100); }

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

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

 a { background-color: rgb(177,225,100); }

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

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

 span { border-color: rgb(177,225,100); }

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