Html Css Color HEX #BAE377 Sulu

📋 copy color: '#BAE377'

red 186 ◦ green 227 ◦ blue 119

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

Shades of Sulu #BAE377

Tints of Sulu #BAE377

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.67%

 BLUE value IS 119 (46.88% from 255) = 22.37%

R = 34.96%
G = 42.67%
B = 22.37%

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

#BAE377 (or 0xBAE377) is known color: Sulu. HEX triplet: BA, E3 and 77. RGB value is (186,227,119). Sum of RGB (Red+Green+Blue) = 186+227+119=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE377 is #451C88. Grayscale: #CACACA. Windows color (decimal): -4529289 or 7857082. OLE color: 7857082.

HSL color Cylindrical-coordinate representation of color #BAE377: hue angle of 82.78º degrees, saturation: 0.66, 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 #BAE377 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 119 -
CMYK 0.18 0 0.48 0.11
HSL 82.78º 0.66% 0.68% -
HSV(B) 82.78º 0.48% 0.89% -
XYZ 51.05 66.71 27.64 -
YUV 202.43 80.92 116.28 -
System Red Green Blue C M Y K H S L
Decimal 186 227 119 0.18 0 0.48 0.11 82.78 0.66 0.68
Hex BA E3 77 12 0 30 B 53 42 44
Octal 272 343 167 22 0 60 13 123 102 104
Binary 10111010 11100011 1110111 10010 0 110000 1011 1010011 1000010 1000100

Color Harmonies of #BAE377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE377

Black with #BAE377

Text Example


Text Example

White with #BAE377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE377; }

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

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

background-color css

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

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

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

border-color css

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

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

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