#BAE965

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

Shades of Conifer #BAE965

Tints of Conifer #BAE965

Color information

#BAE965 (or 0xBAE965) is unknown color: approx Conifer. HEX triplet: BA, E9 and 65. RGB value is (186,233,101). Sum of RGB (Red+Green+Blue) = 186+233+101=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE965 is #45169A. Grayscale: #CCCCCC. Windows color (decimal): -4527771 or 6678970. OLE color: 6678970.

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

Color convert

RGB186233101-
CMYK0.2000.570.09
HSL81.36º75%65.49%-
HSV(B)81.36º56.65%91.37%-
XYZ51.7469.6623.03-
YUV203.969.93115.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 233 (91.41% from 255) = 44.81%
BLUE value IS 101 (39.84% from 255) = 19.42%
R=35.77%
G=44.81%
B=19.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862331010.2000.570.0981.367565.49
HexBAE965140399514b41
Octal2723511452407111121113101
Binary101110101110100111001011010001110011001101000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE965; }

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

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

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

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

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

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

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

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