#BAEC67

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

Shades of Conifer #BAEC67

Tints of Conifer #BAEC67

Color information

#BAEC67 (or 0xBAEC67) is unknown color: approx Conifer. HEX triplet: BA, EC and 67. RGB value is (186,236,103). Sum of RGB (Red+Green+Blue) = 186+236+103=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC67 is #451398. Grayscale: #CECECE. Windows color (decimal): -4527001 or 6810810. OLE color: 6810810.

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

Color convert

RGB186236103-
CMYK0.2100.560.07
HSL82.56º77.78%66.47%-
HSV(B)82.56º56.36%92.55%-
XYZ52.6971.4123.84-
YUV205.8969.94113.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 236 (92.58% from 255) = 44.95%
BLUE value IS 103 (40.62% from 255) = 19.62%
R=35.43%
G=44.95%
B=19.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361030.2100.560.0782.5677.7866.47
HexBAEC67150387534e42
Octal272354147250707123116102
Binary10111010111011001100111101010111000111101001110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC67; }

 p { color: rgb(186,236,103); }

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

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

 a { background-color: rgb(186,236,103); }

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

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

 span { border-color: rgb(186,236,103); }

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