#BAE666

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

Shades of Conifer #BAE666

Tints of Conifer #BAE666

Color information

#BAE666 (or 0xBAE666) is unknown color: approx Conifer. HEX triplet: BA, E6 and 66. RGB value is (186,230,102). Sum of RGB (Red+Green+Blue) = 186+230+102=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE666 is #451999. Grayscale: #CACACA. Windows color (decimal): -4528538 or 6743738. OLE color: 6743738.

HSL color Cylindrical-coordinate representation of color #BAE666: hue angle of 80.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAE666 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB186230102-
CMYK0.1900.560.10
HSL80.62º71.91%65.1%-
HSV(B)80.62º55.65%90.2%-
XYZ50.9467.9923.01-
YUV202.2571.42116.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 230 (90.23% from 255) = 44.40%
BLUE value IS 102 (40.23% from 255) = 19.69%
R=35.91%
G=44.40%
B=19.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862301020.1900.560.1080.6271.9165.1
HexBAE66613038A514841
Octal2723461462307012121110101
Binary101110101110011011001101001101110001010101000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE666; }

 p { color: rgb(186,230,102); }

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

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

 a { background-color: rgb(186,230,102); }

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

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

 span { border-color: rgb(186,230,102); }

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