Html Css Color HEX #BAE392 Sulu

📋 copy color: '#BAE392'

red 186 ◦ green 227 ◦ blue 146

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

Shades of Sulu #BAE392

Tints of Sulu #BAE392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.12%

R = 33.27%
G = 40.61%
B = 26.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#BAE392 (or 0xBAE392) is known color: Sulu. HEX triplet: BA, E3 and 92. RGB value is (186,227,146). Sum of RGB (Red+Green+Blue) = 186+227+146=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE392 is #451C6D. Grayscale: #CDCDCD. Windows color (decimal): -4529262 or 9626554. OLE color: 9626554.

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

Color convert

RGB 186 227 146 -
CMYK 0.18 0 0.36 0.11
HSL 90.37º 0.59% 0.73% -
HSV(B) 90.37º 0.36% 0.89% -
XYZ 52.91 67.45 37.43 -
YUV 205.51 94.42 114.09 -
System Red Green Blue C M Y K H S L
Decimal 186 227 146 0.18 0 0.36 0.11 90.37 0.59 0.73
Hex BA E3 92 12 0 24 B 5A 3B 49
Octal 272 343 222 22 0 44 13 132 73 111
Binary 10111010 11100011 10010010 10010 0 100100 1011 1011010 111011 1001001

Color Harmonies of #BAE392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE392

Black with #BAE392

Text Example


Text Example

White with #BAE392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE392; }

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

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

background-color css

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

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

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

border-color css

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

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

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