#B8E164

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

Shades of Conifer #B8E164

Tints of Conifer #B8E164

Color information

#B8E164 (or 0xB8E164) is unknown color: approx Conifer. HEX triplet: B8, E1 and 64. RGB value is (184,225,100). Sum of RGB (Red+Green+Blue) = 184+225+100=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E164 is #471E9B. Grayscale: #C6C6C6. Windows color (decimal): -4660892 or 6611384. OLE color: 6611384.

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

Color convert

RGB184225100-
CMYK0.1800.560.12
HSL79.68º67.57%63.73%-
HSV(B)79.68º55.56%88.24%-
XYZ48.9964.9622.01-
YUV198.4972.42117.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.15%
GREEN value IS 225 (88.28% from 255) = 44.20%
BLUE value IS 100 (39.45% from 255) = 19.65%
R=36.15%
G=44.20%
B=19.65%

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
Decimal1842251000.1800.560.1279.6867.5763.73
HexB8E16412038C504440
Octal2703411442207014120104100
Binary101110001110000111001001001001110001100101000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E164; }

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

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

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

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

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

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

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

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