#B6E069

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

Shades of Conifer #B6E069

Tints of Conifer #B6E069

Color information

#B6E069 (or 0xB6E069) is unknown color: approx Conifer. HEX triplet: B6, E0 and 69. RGB value is (182,224,105). Sum of RGB (Red+Green+Blue) = 182+224+105=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6E069 is #491F96. Grayscale: #C6C6C6. Windows color (decimal): -4792215 or 6938806. OLE color: 6938806.

HSL color Cylindrical-coordinate representation of color #B6E069: hue angle of 81.18º 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 #B6E069 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB182224105-
CMYK0.1900.530.12
HSL81.18º65.75%64.51%-
HSV(B)81.18º53.12%87.84%-
XYZ48.564.2823.22-
YUV197.8875.59116.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 224 (87.89% from 255) = 43.84%
BLUE value IS 105 (41.41% from 255) = 20.55%
R=35.62%
G=43.84%
B=20.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822241050.1900.530.1281.1865.7564.51
HexB6E06913035C514241
Octal2663401512306514121102101
Binary101101101110000011010011001101101011100101000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E069; }

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

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

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

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

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

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

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

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