#B1E769

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

Shades of Conifer #B1E769

Tints of Conifer #B1E769

Color information

#B1E769 (or 0xB1E769) is unknown color: approx Conifer. HEX triplet: B1, E7 and 69. RGB value is (177,231,105). Sum of RGB (Red+Green+Blue) = 177+231+105=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #B1E769 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E769 is #4E1896. Grayscale: #C8C8C8. Windows color (decimal): -5118103 or 6940593. OLE color: 6940593.

HSL color Cylindrical-coordinate representation of color #B1E769: hue angle of 85.71º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1E769 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB177231105-
CMYK0.2300.550.09
HSL85.71º72.41%65.88%-
HSV(B)85.71º54.55%90.59%-
XYZ49.2667.5223.8-
YUV200.4974.11111.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 231 (90.62% from 255) = 45.03%
BLUE value IS 105 (41.41% from 255) = 20.47%
R=34.50%
G=45.03%
B=20.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1772311050.2300.550.0985.7172.4165.88
HexB1E769170379564842
Octal2613471512706711126110102
Binary101100011110011111010011011101101111001101011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E769; }

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

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

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

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

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

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

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

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