#B1E068

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

Shades of Conifer #B1E068

Tints of Conifer #B1E068

Color information

#B1E068 (or 0xB1E068) is unknown color: approx Conifer. HEX triplet: B1, E0 and 68. RGB value is (177,224,104). Sum of RGB (Red+Green+Blue) = 177+224+104=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E068 is #4E1F97. Grayscale: #C4C4C4. Windows color (decimal): -5119896 or 6873265. OLE color: 6873265.

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

Color convert

RGB177224104-
CMYK0.2100.540.12
HSL83.5º65.93%64.31%-
HSV(B)83.5º53.57%87.84%-
XYZ47.2963.6622.89-
YUV196.2775.93114.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 224 (87.89% from 255) = 44.36%
BLUE value IS 104 (41.02% from 255) = 20.59%
R=35.05%
G=44.36%
B=20.59%

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
Decimal1772241040.2100.540.1283.565.9364.31
HexB1E06815036C544240
Octal2613401502506614124102100
Binary101100011110000011010001010101101101100101010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E068; }

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

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

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

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

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

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

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

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