Html Css Color HEX #BAE181 Sulu

📋 copy color: '#BAE181'

red 186 ◦ green 225 ◦ blue 129

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

Shades of Sulu #BAE181

Tints of Sulu #BAE181

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.67%

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

R = 34.44%
G = 41.67%
B = 23.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#BAE181 (or 0xBAE181) is known color: Sulu. HEX triplet: BA, E1 and 81. RGB value is (186,225,129). Sum of RGB (Red+Green+Blue) = 186+225+129=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE181 is #451E7E. Grayscale: #CACACA. Windows color (decimal): -4529791 or 8511930. OLE color: 8511930.

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

Color convert

RGB 186 225 129 -
CMYK 0.17 0 0.43 0.12
HSL 84.38º 0.62% 0.69% -
HSV(B) 84.38º 0.43% 0.88% -
XYZ 51.14 65.87 30.79 -
YUV 202.4 86.58 116.31 -
System Red Green Blue C M Y K H S L
Decimal 186 225 129 0.17 0 0.43 0.12 84.38 0.62 0.69
Hex BA E1 81 11 0 2B C 54 3E 45
Octal 272 341 201 21 0 53 14 124 76 105
Binary 10111010 11100001 10000001 10001 0 101011 1100 1010100 111110 1000101

Color Harmonies of #BAE181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE181

Black with #BAE181

Text Example


Text Example

White with #BAE181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE181; }

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

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

background-color css

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

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

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

border-color css

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

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

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