Html Css Color HEX #BAE379 Sulu

📋 copy color: '#BAE379'

red 186 ◦ green 227 ◦ blue 121

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

Shades of Sulu #BAE379

Tints of Sulu #BAE379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.66%

R = 34.83%
G = 42.51%
B = 22.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#BAE379 (or 0xBAE379) is known color: Sulu. HEX triplet: BA, E3 and 79. RGB value is (186,227,121). Sum of RGB (Red+Green+Blue) = 186+227+121=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE379 is #451C86. Grayscale: #CBCBCB. Windows color (decimal): -4529287 or 7988154. OLE color: 7988154.

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

Color convert

RGB 186 227 121 -
CMYK 0.18 0 0.47 0.11
HSL 83.21º 0.65% 0.68% -
HSV(B) 83.21º 0.47% 0.89% -
XYZ 51.17 66.76 28.28 -
YUV 202.66 81.92 116.12 -
System Red Green Blue C M Y K H S L
Decimal 186 227 121 0.18 0 0.47 0.11 83.21 0.65 0.68
Hex BA E3 79 12 0 2F B 53 41 44
Octal 272 343 171 22 0 57 13 123 101 104
Binary 10111010 11100011 1111001 10010 0 101111 1011 1010011 1000001 1000100

Color Harmonies of #BAE379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE379

Black with #BAE379

Text Example


Text Example

White with #BAE379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE379; }

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

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

background-color css

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

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

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

border-color css

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

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

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