Html Css Color HEX #BAE576 Sulu

📋 copy color: '#BAE576'

red 186 ◦ green 229 ◦ blue 118

#BAE576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BAE576

Tints of Sulu #BAE576

RGB

 RED value IS 186 (73.05% from 255) = 34.9%

 GREEN value IS 229 (89.84% from 255) = 42.96%

 BLUE value IS 118 (46.48% from 255) = 22.14%

R = 34.9%
G = 42.96%
B = 22.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#BAE576 (or 0xBAE576) is known color: Sulu. HEX triplet: BA, E5 and 76. RGB value is (186,229,118). Sum of RGB (Red+Green+Blue) = 186+229+118=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE576 is #451A89. Grayscale: #CBCBCB. Windows color (decimal): -4528778 or 7792058. OLE color: 7792058.

HSL color Cylindrical-coordinate representation of color #BAE576: hue angle of 83.24º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAE576 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 118 -
CMYK 0.19 0 0.48 0.10
HSL 83.24º 0.68% 0.68% -
HSV(B) 83.24º 0.48% 0.9% -
XYZ 51.54 67.79 27.51 -
YUV 203.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 186 229 118 0.19 0 0.48 0.10 83.24 0.68 0.68
Hex BA E5 76 13 0 30 A 53 44 44
Octal 272 345 166 23 0 60 12 123 104 104
Binary 10111010 11100101 1110110 10011 0 110000 1010 1010011 1000100 1000100

Color Harmonies of #BAE576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE576

Black with #BAE576

Text Example


Text Example

White with #BAE576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE576; }

 p { color: rgb(186,229,118); }

 H1.HeaderClassName
 {
   color: #BAE576;
 }
 .AnyTagClassName
 {
   color: #BAE576;
 }
</style>

background-color css

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

 a { background-color: rgb(186,229,118); }

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

border-color css

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

 span { border-color: rgb(186,229,118); }

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