Html Css Color HEX #BAE288 Sulu

📋 copy color: '#BAE288'

red 186 ◦ green 226 ◦ blue 136

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

Shades of Sulu #BAE288

Tints of Sulu #BAE288

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.24%

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

R = 33.94%
G = 41.24%
B = 24.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#BAE288 (or 0xBAE288) is known color: Sulu. HEX triplet: BA, E2 and 88. RGB value is (186,226,136). Sum of RGB (Red+Green+Blue) = 186+226+136=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE288 is #451D77. Grayscale: #CCCCCC. Windows color (decimal): -4529528 or 8970938. OLE color: 8970938.

HSL color Cylindrical-coordinate representation of color #BAE288: hue angle of 86.67º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAE288 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 136 -
CMYK 0.18 0 0.40 0.11
HSL 86.67º 0.61% 0.71% -
HSV(B) 86.67º 0.4% 0.89% -
XYZ 51.89 66.61 33.41 -
YUV 203.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 186 226 136 0.18 0 0.40 0.11 86.67 0.61 0.71
Hex BA E2 88 12 0 28 B 57 3D 47
Octal 272 342 210 22 0 50 13 127 75 107
Binary 10111010 11100010 10001000 10010 0 101000 1011 1010111 111101 1000111

Color Harmonies of #BAE288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE288

Black with #BAE288

Text Example


Text Example

White with #BAE288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE288; }

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

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

background-color css

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

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

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

border-color css

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

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

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