Html Css Color HEX #BAE279 Sulu

📋 copy color: '#BAE279'

red 186 ◦ green 226 ◦ blue 121

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

Shades of Sulu #BAE279

Tints of Sulu #BAE279

RGB

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

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

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

R = 34.9%
G = 42.4%
B = 22.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#BAE279 (or 0xBAE279) is known color: Sulu. HEX triplet: BA, E2 and 79. RGB value is (186,226,121). Sum of RGB (Red+Green+Blue) = 186+226+121=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE279 is #451D86. Grayscale: #CACACA. Windows color (decimal): -4529543 or 7987898. OLE color: 7987898.

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

Color convert

RGB 186 226 121 -
CMYK 0.18 0 0.46 0.11
HSL 82.86º 0.64% 0.68% -
HSV(B) 82.86º 0.46% 0.89% -
XYZ 50.9 66.21 28.19 -
YUV 202.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 186 226 121 0.18 0 0.46 0.11 82.86 0.64 0.68
Hex BA E2 79 12 0 2E B 53 40 44
Octal 272 342 171 22 0 56 13 123 100 104
Binary 10111010 11100010 1111001 10010 0 101110 1011 1010011 1000000 1000100

Color Harmonies of #BAE279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE279

Black with #BAE279

Text Example


Text Example

White with #BAE279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE279; }

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

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

background-color css

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

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

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

border-color css

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

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

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