#B9E164

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

Shades of Conifer #B9E164

Tints of Conifer #B9E164

Color information

#B9E164 (or 0xB9E164) is unknown color: approx Conifer. HEX triplet: B9, E1 and 64. RGB value is (185,225,100). Sum of RGB (Red+Green+Blue) = 185+225+100=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E164 is #461E9B. Grayscale: #C7C7C7. Windows color (decimal): -4595356 or 6611385. OLE color: 6611385.

HSL color Cylindrical-coordinate representation of color #B9E164: hue angle of 79.2º 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 #B9E164 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB185225100-
CMYK0.1800.560.12
HSL79.2º67.57%63.73%-
HSV(B)79.2º55.56%88.24%-
XYZ49.2365.0822.02-
YUV198.7972.25118.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 225 (88.28% from 255) = 44.12%
BLUE value IS 100 (39.45% from 255) = 19.61%
R=36.27%
G=44.12%
B=19.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1852251000.1800.560.1279.267.5763.73
HexB9E16412038C4f4440
Octal2713411442207014117104100
Binary101110011110000111001001001001110001100100111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E164; }

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

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

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

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

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

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

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

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