Html Css Color HEX #BAE371 Sulu

📋 copy color: '#BAE371'

red 186 ◦ green 227 ◦ blue 113

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

Shades of Sulu #BAE371

Tints of Sulu #BAE371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.48%

R = 35.36%
G = 43.16%
B = 21.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BAE371 (or 0xBAE371) is known color: Sulu. HEX triplet: BA, E3 and 71. RGB value is (186,227,113). Sum of RGB (Red+Green+Blue) = 186+227+113=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE371 is #451C8E. Grayscale: #CACACA. Windows color (decimal): -4529295 or 7463866. OLE color: 7463866.

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

Color convert

RGB 186 227 113 -
CMYK 0.18 0 0.50 0.11
HSL 81.58º 0.67% 0.67% -
HSV(B) 81.58º 0.5% 0.89% -
XYZ 50.7 66.57 25.8 -
YUV 201.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 186 227 113 0.18 0 0.50 0.11 81.58 0.67 0.67
Hex BA E3 71 12 0 32 B 52 43 43
Octal 272 343 161 22 0 62 13 122 103 103
Binary 10111010 11100011 1110001 10010 0 110010 1011 1010010 1000011 1000011

Color Harmonies of #BAE371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE371

Black with #BAE371

Text Example


Text Example

White with #BAE371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE371; }

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

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

background-color css

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

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

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

border-color css

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

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

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