Html Css Color HEX #BAE370 Sulu

📋 copy color: '#BAE370'

red 186 ◦ green 227 ◦ blue 112

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

Shades of Sulu #BAE370

Tints of Sulu #BAE370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.33%

R = 35.43%
G = 43.24%
B = 21.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#BAE370 (or 0xBAE370) is known color: Sulu. HEX triplet: BA, E3 and 70. RGB value is (186,227,112). Sum of RGB (Red+Green+Blue) = 186+227+112=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE370 is #451C8F. Grayscale: #CACACA. Windows color (decimal): -4529296 or 7398330. OLE color: 7398330.

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

Color convert

RGB 186 227 112 -
CMYK 0.18 0 0.51 0.11
HSL 81.39º 0.67% 0.66% -
HSV(B) 81.39º 0.51% 0.89% -
XYZ 50.64 66.55 25.5 -
YUV 201.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 186 227 112 0.18 0 0.51 0.11 81.39 0.67 0.66
Hex BA E3 70 12 0 33 B 51 43 42
Octal 272 343 160 22 0 63 13 121 103 102
Binary 10111010 11100011 1110000 10010 0 110011 1011 1010001 1000011 1000010

Color Harmonies of #BAE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE370

Black with #BAE370

Text Example


Text Example

White with #BAE370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE370; }

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

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

background-color css

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

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

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

border-color css

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

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

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