#B1E069

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

Shades of Conifer #B1E069

Tints of Conifer #B1E069

Color information

#B1E069 (or 0xB1E069) is unknown color: approx Conifer. HEX triplet: B1, E0 and 69. RGB value is (177,224,105). Sum of RGB (Red+Green+Blue) = 177+224+105=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E069 is #4E1F96. Grayscale: #C4C4C4. Windows color (decimal): -5119895 or 6938801. OLE color: 6938801.

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

Color convert

RGB177224105-
CMYK0.2100.530.12
HSL83.7º65.75%64.51%-
HSV(B)83.7º53.12%87.84%-
XYZ47.3463.6823.16-
YUV196.3876.43114.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 224 (87.89% from 255) = 44.27%
BLUE value IS 105 (41.41% from 255) = 20.75%
R=34.98%
G=44.27%
B=20.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1772241050.2100.530.1283.765.7564.51
HexB1E06915035C544241
Octal2613401512506514124102101
Binary101100011110000011010011010101101011100101010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E069; }

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

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

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

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

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

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

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

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