#B1E168

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

Shades of Conifer #B1E168

Tints of Conifer #B1E168

Color information

#B1E168 (or 0xB1E168) is unknown color: approx Conifer. HEX triplet: B1, E1 and 68. RGB value is (177,225,104). Sum of RGB (Red+Green+Blue) = 177+225+104=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E168 is #4E1E97. Grayscale: #C5C5C5. Windows color (decimal): -5119640 or 6873521. OLE color: 6873521.

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

Color convert

RGB177225104-
CMYK0.2100.540.12
HSL83.8º66.85%64.51%-
HSV(B)83.8º53.78%88.24%-
XYZ47.5664.222.98-
YUV196.8575.6113.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 225 (88.28% from 255) = 44.47%
BLUE value IS 104 (41.02% from 255) = 20.55%
R=34.98%
G=44.47%
B=20.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1772251040.2100.540.1283.866.8564.51
HexB1E16815036C544341
Octal2613411502506614124103101
Binary101100011110000111010001010101101101100101010010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E168; }

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

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

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

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

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

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

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

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