#B1E369

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

Shades of Conifer #B1E369

Tints of Conifer #B1E369

Color information

#B1E369 (or 0xB1E369) is unknown color: approx Conifer. HEX triplet: B1, E3 and 69. RGB value is (177,227,105). Sum of RGB (Red+Green+Blue) = 177+227+105=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E369 is #4E1C96. Grayscale: #C6C6C6. Windows color (decimal): -5119127 or 6939569. OLE color: 6939569.

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

Color convert

RGB177227105-
CMYK0.2200.540.11
HSL84.59º68.54%65.1%-
HSV(B)84.59º53.74%89.02%-
XYZ48.1565.3123.43-
YUV198.1475.44112.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 227 (89.06% from 255) = 44.60%
BLUE value IS 105 (41.41% from 255) = 20.63%
R=34.77%
G=44.60%
B=20.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1772271050.2200.540.1184.5968.5465.1
HexB1E36916036B554541
Octal2613431512606613125105101
Binary101100011110001111010011011001101101011101010110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E369; }

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

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

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

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

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

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

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

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