Html Css Color HEX #BAE381 Sulu

📋 copy color: '#BAE381'

red 186 ◦ green 227 ◦ blue 129

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

Shades of Sulu #BAE381

Tints of Sulu #BAE381

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.88%

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

R = 34.32%
G = 41.88%
B = 23.8%

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

#BAE381 (or 0xBAE381) is known color: Sulu. HEX triplet: BA, E3 and 81. RGB value is (186,227,129). Sum of RGB (Red+Green+Blue) = 186+227+129=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE381 is #451C7E. Grayscale: #CBCBCB. Windows color (decimal): -4529279 or 8512442. OLE color: 8512442.

HSL color Cylindrical-coordinate representation of color #BAE381: hue angle of 85.1º degrees, saturation: 0.64, 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 #BAE381 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 129 -
CMYK 0.18 0 0.43 0.11
HSL 85.1º 0.64% 0.7% -
HSV(B) 85.1º 0.43% 0.89% -
XYZ 51.68 66.96 30.97 -
YUV 203.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 186 227 129 0.18 0 0.43 0.11 85.1 0.64 0.7
Hex BA E3 81 12 0 2B B 55 40 46
Octal 272 343 201 22 0 53 13 125 100 106
Binary 10111010 11100011 10000001 10010 0 101011 1011 1010101 1000000 1000110

Color Harmonies of #BAE381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE381

Black with #BAE381

Text Example


Text Example

White with #BAE381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE381; }

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

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

background-color css

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

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

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

border-color css

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

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

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