Html Css Color HEX #BAE881 Sulu

📋 copy color: '#BAE881'

red 186 ◦ green 232 ◦ blue 129

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

Shades of Sulu #BAE881

Tints of Sulu #BAE881

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.41%

 BLUE value IS 129 (50.78% from 255) = 23.58%

R = 34%
G = 42.41%
B = 23.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#BAE881 (or 0xBAE881) is known color: Sulu. HEX triplet: BA, E8 and 81. RGB value is (186,232,129). Sum of RGB (Red+Green+Blue) = 186+232+129=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE881 is #45177E. Grayscale: #CECECE. Windows color (decimal): -4527999 or 8513722. OLE color: 8513722.

HSL color Cylindrical-coordinate representation of color #BAE881: hue angle of 86.8º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAE881 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 129 -
CMYK 0.20 0 0.44 0.09
HSL 86.8º 0.69% 0.71% -
HSV(B) 86.8º 0.44% 0.91% -
XYZ 53.07 69.74 31.43 -
YUV 206.5 84.26 113.38 -
System Red Green Blue C M Y K H S L
Decimal 186 232 129 0.20 0 0.44 0.09 86.8 0.69 0.71
Hex BA E8 81 14 0 2C 9 57 45 47
Octal 272 350 201 24 0 54 11 127 105 107
Binary 10111010 11101000 10000001 10100 0 101100 1001 1010111 1000101 1000111

Color Harmonies of #BAE881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE881

Black with #BAE881

Text Example


Text Example

White with #BAE881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE881; }

 p { color: rgb(186,232,129); }

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

background-color css

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

 a { background-color: rgb(186,232,129); }

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

border-color css

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

 span { border-color: rgb(186,232,129); }

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