Html Css Color HEX #BAE089 Sulu

📋 copy color: '#BAE089'

red 186 ◦ green 224 ◦ blue 137

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

Shades of Sulu #BAE089

Tints of Sulu #BAE089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.05%

R = 34%
G = 40.95%
B = 25.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#BAE089 (or 0xBAE089) is known color: Sulu. HEX triplet: BA, E0 and 89. RGB value is (186,224,137). Sum of RGB (Red+Green+Blue) = 186+224+137=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE089 is #451F76. Grayscale: #CBCBCB. Windows color (decimal): -4530039 or 9035962. OLE color: 9035962.

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

Color convert

RGB 186 224 137 -
CMYK 0.17 0 0.39 0.12
HSL 86.21º 0.58% 0.71% -
HSV(B) 86.21º 0.39% 0.88% -
XYZ 51.42 65.56 33.61 -
YUV 202.72 90.91 116.07 -
System Red Green Blue C M Y K H S L
Decimal 186 224 137 0.17 0 0.39 0.12 86.21 0.58 0.71
Hex BA E0 89 11 0 27 C 56 3A 47
Octal 272 340 211 21 0 47 14 126 72 107
Binary 10111010 11100000 10001001 10001 0 100111 1100 1010110 111010 1000111

Color Harmonies of #BAE089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE089

Black with #BAE089

Text Example


Text Example

White with #BAE089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE089; }

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

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

background-color css

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

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

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

border-color css

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

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

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