#BAE269

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

Shades of Conifer #BAE269

Tints of Conifer #BAE269

Color information

#BAE269 (or 0xBAE269) is unknown color: approx Conifer. HEX triplet: BA, E2 and 69. RGB value is (186,226,105). Sum of RGB (Red+Green+Blue) = 186+226+105=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE269 is #451D96. Grayscale: #C8C8C8. Windows color (decimal): -4529559 or 6939322. OLE color: 6939322.

HSL color Cylindrical-coordinate representation of color #BAE269: hue angle of 79.83º degrees, saturation: 0.68, 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 #BAE269 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB186226105-
CMYK0.1800.540.11
HSL79.83º67.6%64.9%-
HSV(B)79.83º53.54%88.63%-
XYZ5065.8523.44-
YUV200.2574.25117.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 226 (88.67% from 255) = 43.71%
BLUE value IS 105 (41.41% from 255) = 20.31%
R=35.98%
G=43.71%
B=20.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261050.1800.540.1179.8367.664.9
HexBAE26912036B504441
Octal2723421512206613120104101
Binary101110101110001011010011001001101101011101000010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE269; }

 p { color: rgb(186,226,105); }

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

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

 a { background-color: rgb(186,226,105); }

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

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

 span { border-color: rgb(186,226,105); }

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