Html Css Color HEX #BAE491 Sulu

📋 copy color: '#BAE491'

red 186 ◦ green 228 ◦ blue 145

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

Shades of Sulu #BAE491

Tints of Sulu #BAE491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.94%

R = 33.27%
G = 40.79%
B = 25.94%

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

#BAE491 (or 0xBAE491) is known color: Sulu. HEX triplet: BA, E4 and 91. RGB value is (186,228,145). Sum of RGB (Red+Green+Blue) = 186+228+145=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE491 is #451B6E. Grayscale: #CECECE. Windows color (decimal): -4529007 or 9561274. OLE color: 9561274.

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

Color convert

RGB 186 228 145 -
CMYK 0.18 0 0.36 0.11
HSL 90.36º 0.61% 0.73% -
HSV(B) 90.36º 0.36% 0.89% -
XYZ 53.1 67.97 37.11 -
YUV 205.98 93.59 113.75 -
System Red Green Blue C M Y K H S L
Decimal 186 228 145 0.18 0 0.36 0.11 90.36 0.61 0.73
Hex BA E4 91 12 0 24 B 5A 3D 49
Octal 272 344 221 22 0 44 13 132 75 111
Binary 10111010 11100100 10010001 10010 0 100100 1011 1011010 111101 1001001

Color Harmonies of #BAE491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE491

Black with #BAE491

Text Example


Text Example

White with #BAE491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE491; }

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

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

background-color css

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

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

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

border-color css

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

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

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