Html Css Color HEX #BAE476 Sulu

📋 copy color: '#BAE476'

red 186 ◦ green 228 ◦ blue 118

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

Shades of Sulu #BAE476

Tints of Sulu #BAE476

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.86%

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

R = 34.96%
G = 42.86%
B = 22.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#BAE476 (or 0xBAE476) is known color: Sulu. HEX triplet: BA, E4 and 76. RGB value is (186,228,118). Sum of RGB (Red+Green+Blue) = 186+228+118=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE476 is #451B89. Grayscale: #CBCBCB. Windows color (decimal): -4529034 or 7791802. OLE color: 7791802.

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

Color convert

RGB 186 228 118 -
CMYK 0.18 0 0.48 0.11
HSL 82.91º 0.67% 0.68% -
HSV(B) 82.91º 0.48% 0.89% -
XYZ 51.26 67.23 27.42 -
YUV 202.9 80.09 115.94 -
System Red Green Blue C M Y K H S L
Decimal 186 228 118 0.18 0 0.48 0.11 82.91 0.67 0.68
Hex BA E4 76 12 0 30 B 53 43 44
Octal 272 344 166 22 0 60 13 123 103 104
Binary 10111010 11100100 1110110 10010 0 110000 1011 1010011 1000011 1000100

Color Harmonies of #BAE476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE476

Black with #BAE476

Text Example


Text Example

White with #BAE476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE476; }

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

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

background-color css

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

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

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

border-color css

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

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

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