Html Css Color HEX #BAE191 Sulu

📋 copy color: '#BAE191'

red 186 ◦ green 225 ◦ blue 145

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

Shades of Sulu #BAE191

Tints of Sulu #BAE191

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.47%

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

R = 33.45%
G = 40.47%
B = 26.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#BAE191 (or 0xBAE191) is known color: Sulu. HEX triplet: BA, E1 and 91. RGB value is (186,225,145). Sum of RGB (Red+Green+Blue) = 186+225+145=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 145 (57.03% from 255 or 26.08% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE191 is #451E6E. Grayscale: #CCCCCC. Windows color (decimal): -4529775 or 9560506. OLE color: 9560506.

HSL color Cylindrical-coordinate representation of color #BAE191: hue angle of 89.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAE191 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 145 -
CMYK 0.17 0 0.36 0.12
HSL 89.25º 0.57% 0.73% -
HSV(B) 89.25º 0.36% 0.88% -
XYZ 52.29 66.33 36.84 -
YUV 204.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 186 225 145 0.17 0 0.36 0.12 89.25 0.57 0.73
Hex BA E1 91 11 0 24 C 59 39 49
Octal 272 341 221 21 0 44 14 131 71 111
Binary 10111010 11100001 10010001 10001 0 100100 1100 1011001 111001 1001001

Color Harmonies of #BAE191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE191

Black with #BAE191

Text Example


Text Example

White with #BAE191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE191; }

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

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

background-color css

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

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

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

border-color css

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

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

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