#BAED66

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

Shades of Conifer #BAED66

Tints of Conifer #BAED66

Color information

#BAED66 (or 0xBAED66) is unknown color: approx Conifer. HEX triplet: BA, ED and 66. RGB value is (186,237,102). Sum of RGB (Red+Green+Blue) = 186+237+102=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAED66 is #451299. Grayscale: #CECECE. Windows color (decimal): -4526746 or 6745530. OLE color: 6745530.

HSL color Cylindrical-coordinate representation of color #BAED66: hue angle of 82.67º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAED66 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB186237102-
CMYK0.2200.570.07
HSL82.67º78.95%66.47%-
HSV(B)82.67º56.96%92.94%-
XYZ52.9371.9723.67-
YUV206.3669.1113.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 237 (92.97% from 255) = 45.14%
BLUE value IS 102 (40.23% from 255) = 19.43%
R=35.43%
G=45.14%
B=19.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371020.2200.570.0782.6778.9566.47
HexBAED66160397534f42
Octal272355146260717123117102
Binary10111010111011011100110101100111001111101001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED66; }

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

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

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

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

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

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

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

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