#BAE763

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

Shades of Conifer #BAE763

Tints of Conifer #BAE763

Color information

#BAE763 (or 0xBAE763) is unknown color: approx Conifer. HEX triplet: BA, E7 and 63. RGB value is (186,231,99). Sum of RGB (Red+Green+Blue) = 186+231+99=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE763 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE763 is #45189C. Grayscale: #CACACA. Windows color (decimal): -4528285 or 6547386. OLE color: 6547386.

HSL color Cylindrical-coordinate representation of color #BAE763: hue angle of 80.45º degrees, saturation: 0.73, 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 #BAE763 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB18623199-
CMYK0.1900.570.09
HSL80.45º73.33%64.71%-
HSV(B)80.45º57.14%90.59%-
XYZ51.0868.4922.33-
YUV202.569.59116.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 231 (90.62% from 255) = 44.77%
BLUE value IS 99 (39.06% from 255) = 19.19%
R=36.05%
G=44.77%
B=19.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186231990.1900.570.0980.4573.3364.71
HexBAE763130399504941
Octal2723471432307111120111101
Binary101110101110011111000111001101110011001101000010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE763; }

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

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

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

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

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

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

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

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