#bae96f

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

Shades of Sulu #BAE96F

Tints of Sulu #BAE96F

Color information

#BAE96F (or 0xBAE96F) is unknown color: approx Sulu. HEX triplet: BA, E9 and 6F. RGB value is (186,233,111). Sum of RGB (Red+Green+Blue) = 186+233+111=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE96F is #451690. Grayscale: #CDCDCD. Windows color (decimal): -4527761 or 7334330. OLE color: 7334330.

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

Color convert

RGB186233111-
CMYK0.2000.520.09
HSL83.11º73.49%67.45%-
HSV(B)83.11º52.36%91.37%-
XYZ52.2669.8625.77-
YUV205.0474.93114.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 233 (91.41% from 255) = 43.96%
BLUE value IS 111 (43.75% from 255) = 20.94%
R=35.09%
G=43.96%
B=20.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862331110.2000.520.0983.1173.4967.45
HexBAE96F140349534943
Octal2723511572406411123111103
Binary101110101110100111011111010001101001001101001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bae96f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bae96f; }

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

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

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

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

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

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

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

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