Html Css Color HEX #BAE081 Sulu

📋 copy color: '#BAE081'

red 186 ◦ green 224 ◦ blue 129

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

Shades of Sulu #BAE081

Tints of Sulu #BAE081

RGB

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

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

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

R = 34.51%
G = 41.56%
B = 23.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#BAE081 (or 0xBAE081) is known color: Sulu. HEX triplet: BA, E0 and 81. RGB value is (186,224,129). Sum of RGB (Red+Green+Blue) = 186+224+129=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE081 is #451F7E. Grayscale: #CACACA. Windows color (decimal): -4530047 or 8511674. OLE color: 8511674.

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

Color convert

RGB 186 224 129 -
CMYK 0.17 0 0.42 0.12
HSL 84º 0.61% 0.69% -
HSV(B) 84º 0.42% 0.88% -
XYZ 50.87 65.34 30.7 -
YUV 201.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 186 224 129 0.17 0 0.42 0.12 84 0.61 0.69
Hex BA E0 81 11 0 2A C 54 3D 45
Octal 272 340 201 21 0 52 14 124 75 105
Binary 10111010 11100000 10000001 10001 0 101010 1100 1010100 111101 1000101

Color Harmonies of #BAE081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE081

Black with #BAE081

Text Example


Text Example

White with #BAE081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE081; }

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

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

background-color css

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

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

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

border-color css

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

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

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