#B6E969

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

Shades of Conifer #B6E969

Tints of Conifer #B6E969

Color information

#B6E969 (or 0xB6E969) is unknown color: approx Conifer. HEX triplet: B6, E9 and 69. RGB value is (182,233,105). Sum of RGB (Red+Green+Blue) = 182+233+105=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #B6E969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6E969 is #491696. Grayscale: #CBCBCB. Windows color (decimal): -4789911 or 6941110. OLE color: 6941110.

HSL color Cylindrical-coordinate representation of color #B6E969: hue angle of 83.91º degrees, saturation: 0.74, 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 #B6E969 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB182233105-
CMYK0.2200.550.09
HSL83.91º74.42%66.27%-
HSV(B)83.91º54.94%91.37%-
XYZ50.9869.2424.04-
YUV203.1672.6112.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 233 (91.41% from 255) = 44.81%
BLUE value IS 105 (41.41% from 255) = 20.19%
R=35%
G=44.81%
B=20.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1822331050.2200.550.0983.9174.4266.27
HexB6E969160379544a42
Octal2663511512606711124112102
Binary101101101110100111010011011001101111001101010010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E969; }

 p { color: rgb(182,233,105); }

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

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

 a { background-color: rgb(182,233,105); }

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

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

 span { border-color: rgb(182,233,105); }

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