Html Css Color HEX #BAE479 Sulu

📋 copy color: '#BAE479'

red 186 ◦ green 228 ◦ blue 121

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

Shades of Sulu #BAE479

Tints of Sulu #BAE479

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.62%

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

R = 34.77%
G = 42.62%
B = 22.62%

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

#BAE479 (or 0xBAE479) is known color: Sulu. HEX triplet: BA, E4 and 79. RGB value is (186,228,121). Sum of RGB (Red+Green+Blue) = 186+228+121=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE479 is #451B86. Grayscale: #CBCBCB. Windows color (decimal): -4529031 or 7988410. OLE color: 7988410.

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

Color convert

RGB 186 228 121 -
CMYK 0.18 0 0.47 0.11
HSL 83.55º 0.66% 0.68% -
HSV(B) 83.55º 0.47% 0.89% -
XYZ 51.44 67.31 28.37 -
YUV 203.24 81.59 115.7 -
System Red Green Blue C M Y K H S L
Decimal 186 228 121 0.18 0 0.47 0.11 83.55 0.66 0.68
Hex BA E4 79 12 0 2F B 54 42 44
Octal 272 344 171 22 0 57 13 124 102 104
Binary 10111010 11100100 1111001 10010 0 101111 1011 1010100 1000010 1000100

Color Harmonies of #BAE479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE479

Black with #BAE479

Text Example


Text Example

White with #BAE479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE479; }

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

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

background-color css

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

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

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

border-color css

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

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

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