#BAE374

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

Shades of Sulu #BAE374

Tints of Sulu #BAE374

Color information

#BAE374 (or 0xBAE374) is unknown color: approx Sulu. HEX triplet: BA, E3 and 74. RGB value is (186,227,116). Sum of RGB (Red+Green+Blue) = 186+227+116=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE374 is #451C8B. Grayscale: #CACACA. Windows color (decimal): -4529292 or 7660474. OLE color: 7660474.

HSL color Cylindrical-coordinate representation of color #BAE374: hue angle of 82.16º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAE374 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB186227116-
CMYK0.1800.490.11
HSL82.16º66.47%67.25%-
HSV(B)82.16º48.9%89.02%-
XYZ50.8766.6426.7-
YUV202.0979.42116.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 227 (89.06% from 255) = 42.91%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=35.16%
G=42.91%
B=21.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862271160.1800.490.1182.1666.4767.25
HexBAE37412031B524243
Octal2723431642206113122102103
Binary101110101110001111101001001001100011011101001010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE374; }

 p { color: rgb(186,227,116); }

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

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

 a { background-color: rgb(186,227,116); }

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

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

 span { border-color: rgb(186,227,116); }

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