#BAE765

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

Shades of Conifer #BAE765

Tints of Conifer #BAE765

Color information

#BAE765 (or 0xBAE765) is unknown color: approx Conifer. HEX triplet: BA, E7 and 65. RGB value is (186,231,101). Sum of RGB (Red+Green+Blue) = 186+231+101=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE765 is #45189A. Grayscale: #CBCBCB. Windows color (decimal): -4528283 or 6678458. OLE color: 6678458.

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

Color convert

RGB186231101-
CMYK0.1900.560.09
HSL80.77º73.03%65.1%-
HSV(B)80.77º56.28%90.59%-
XYZ51.1768.5322.84-
YUV202.7270.59116.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 231 (90.62% from 255) = 44.59%
BLUE value IS 101 (39.84% from 255) = 19.50%
R=35.91%
G=44.59%
B=19.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862311010.1900.560.0980.7773.0365.1
HexBAE765130389514941
Octal2723471452307011121111101
Binary101110101110011111001011001101110001001101000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE765; }

 p { color: rgb(186,231,101); }

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

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

 a { background-color: rgb(186,231,101); }

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

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

 span { border-color: rgb(186,231,101); }

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