Html Css Color HEX #BAE091 Sulu

📋 copy color: '#BAE091'

red 186 ◦ green 224 ◦ blue 145

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

Shades of Sulu #BAE091

Tints of Sulu #BAE091

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.36%

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

R = 33.51%
G = 40.36%
B = 26.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#BAE091 (or 0xBAE091) is known color: Sulu. HEX triplet: BA, E0 and 91. RGB value is (186,224,145). Sum of RGB (Red+Green+Blue) = 186+224+145=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE091 is #451F6E. Grayscale: #CBCBCB. Windows color (decimal): -4530031 or 9560250. OLE color: 9560250.

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

Color convert

RGB 186 224 145 -
CMYK 0.17 0 0.35 0.12
HSL 88.86º 0.56% 0.72% -
HSV(B) 88.86º 0.35% 0.88% -
XYZ 52.02 65.79 36.75 -
YUV 203.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 186 224 145 0.17 0 0.35 0.12 88.86 0.56 0.72
Hex BA E0 91 11 0 23 C 59 38 48
Octal 272 340 221 21 0 43 14 131 70 110
Binary 10111010 11100000 10010001 10001 0 100011 1100 1011001 111000 1001000

Color Harmonies of #BAE091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE091

Black with #BAE091

Text Example


Text Example

White with #BAE091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE091; }

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

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

background-color css

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

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

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

border-color css

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

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

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