Html Css Color HEX #BAE088 Sulu

📋 copy color: '#BAE088'

red 186 ◦ green 224 ◦ blue 136

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

Shades of Sulu #BAE088

Tints of Sulu #BAE088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.91%

R = 34.07%
G = 41.03%
B = 24.91%

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

#BAE088 (or 0xBAE088) is known color: Sulu. HEX triplet: BA, E0 and 88. RGB value is (186,224,136). Sum of RGB (Red+Green+Blue) = 186+224+136=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE088 is #451F77. Grayscale: #CACACA. Windows color (decimal): -4530040 or 8970426. OLE color: 8970426.

HSL color Cylindrical-coordinate representation of color #BAE088: hue angle of 85.91º degrees, saturation: 0.59, 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 #BAE088 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 136 -
CMYK 0.17 0 0.39 0.12
HSL 85.91º 0.59% 0.71% -
HSV(B) 85.91º 0.39% 0.88% -
XYZ 51.35 65.53 33.23 -
YUV 202.61 90.41 116.16 -
System Red Green Blue C M Y K H S L
Decimal 186 224 136 0.17 0 0.39 0.12 85.91 0.59 0.71
Hex BA E0 88 11 0 27 C 56 3B 47
Octal 272 340 210 21 0 47 14 126 73 107
Binary 10111010 11100000 10001000 10001 0 100111 1100 1010110 111011 1000111

Color Harmonies of #BAE088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE088

Black with #BAE088

Text Example


Text Example

White with #BAE088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE088; }

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

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

background-color css

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

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

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

border-color css

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

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

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