#B0E168

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

Shades of Conifer #B0E168

Tints of Conifer #B0E168

Color information

#B0E168 (or 0xB0E168) is unknown color: approx Conifer. HEX triplet: B0, E1 and 68. RGB value is (176,225,104). Sum of RGB (Red+Green+Blue) = 176+225+104=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E168 is #4F1E97. Grayscale: #C4C4C4. Windows color (decimal): -5185176 or 6873520. OLE color: 6873520.

HSL color Cylindrical-coordinate representation of color #B0E168: hue angle of 84.3º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0E168 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB176225104-
CMYK0.2200.540.12
HSL84.3º66.85%64.51%-
HSV(B)84.3º53.78%88.24%-
XYZ47.3364.0822.97-
YUV196.5575.77113.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 104 (41.02% from 255) = 20.59%
R=34.85%
G=44.55%
B=20.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762251040.2200.540.1284.366.8564.51
HexB0E16816036C544341
Octal2603411502606614124103101
Binary101100001110000111010001011001101101100101010010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E168; }

 p { color: rgb(176,225,104); }

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

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

 a { background-color: rgb(176,225,104); }

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

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

 span { border-color: rgb(176,225,104); }

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