#BAEE78

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

Shades of Sulu #BAEE78

Tints of Sulu #BAEE78

Color information

#BAEE78 (or 0xBAEE78) is unknown color: approx Sulu. HEX triplet: BA, EE and 78. RGB value is (186,238,120). Sum of RGB (Red+Green+Blue) = 186+238+120=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEE78 is #451187. Grayscale: #D1D1D1. Windows color (decimal): -4526472 or 7925434. OLE color: 7925434.

HSL color Cylindrical-coordinate representation of color #BAEE78: hue angle of 86.44º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAEE78 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB186238120-
CMYK0.2200.500.07
HSL86.44º77.63%70.2%-
HSV(B)86.44º49.58%93.33%-
XYZ54.2172.9428.99-
YUV20977.77111.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 238 (93.36% from 255) = 43.75%
BLUE value IS 120 (47.27% from 255) = 22.06%
R=34.19%
G=43.75%
B=22.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381200.2200.500.0786.4477.6370.2
HexBAEE78160327564e46
Octal272356170260627126116106
Binary10111010111011101111000101100110010111101011010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEE78; }

 p { color: rgb(186,238,120); }

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

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

 a { background-color: rgb(186,238,120); }

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

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

 span { border-color: rgb(186,238,120); }

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