Html Css Color HEX #BAE281 Sulu

📋 copy color: '#BAE281'

red 186 ◦ green 226 ◦ blue 129

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

Shades of Sulu #BAE281

Tints of Sulu #BAE281

RGB

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

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

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

R = 34.38%
G = 41.77%
B = 23.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#BAE281 (or 0xBAE281) is known color: Sulu. HEX triplet: BA, E2 and 81. RGB value is (186,226,129). Sum of RGB (Red+Green+Blue) = 186+226+129=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE281 is #451D7E. Grayscale: #CBCBCB. Windows color (decimal): -4529535 or 8512186. OLE color: 8512186.

HSL color Cylindrical-coordinate representation of color #BAE281: hue angle of 84.74º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAE281 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 129 -
CMYK 0.18 0 0.43 0.11
HSL 84.74º 0.63% 0.7% -
HSV(B) 84.74º 0.43% 0.89% -
XYZ 51.41 66.42 30.88 -
YUV 202.98 86.25 115.89 -
System Red Green Blue C M Y K H S L
Decimal 186 226 129 0.18 0 0.43 0.11 84.74 0.63 0.7
Hex BA E2 81 12 0 2B B 55 3F 46
Octal 272 342 201 22 0 53 13 125 77 106
Binary 10111010 11100010 10000001 10010 0 101011 1011 1010101 111111 1000110

Color Harmonies of #BAE281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE281

Black with #BAE281

Text Example


Text Example

White with #BAE281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE281; }

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

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

background-color css

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

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

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

border-color css

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

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

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