#BEE069

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

Shades of Conifer #BEE069

Tints of Conifer #BEE069

Color information

#BEE069 (or 0xBEE069) is unknown color: approx Conifer. HEX triplet: BE, E0 and 69. RGB value is (190,224,105). Sum of RGB (Red+Green+Blue) = 190+224+105=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE069 is #411F96. Grayscale: #C8C8C8. Windows color (decimal): -4267927 or 6938814. OLE color: 6938814.

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

Color convert

RGB190224105-
CMYK0.1500.530.12
HSL77.14º65.75%64.51%-
HSV(B)77.14º53.12%87.84%-
XYZ50.4465.2823.31-
YUV200.2774.24120.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 224 (87.89% from 255) = 43.16%
BLUE value IS 105 (41.41% from 255) = 20.23%
R=36.61%
G=43.16%
B=20.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241050.1500.530.1277.1465.7564.51
HexBEE069F035C4d4241
Octal2763401511706514115102101
Binary10111110111000001101001111101101011100100110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE069; }

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

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

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

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

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

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

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

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