Html Css Color HEX #BAE58A Sulu

📋 copy color: '#BAE58A'

red 186 ◦ green 229 ◦ blue 138

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

Shades of Sulu #BAE58A

Tints of Sulu #BAE58A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.41%

 BLUE value IS 138 (54.3% from 255) = 24.95%

R = 33.63%
G = 41.41%
B = 24.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#BAE58A (or 0xBAE58A) is known color: Sulu. HEX triplet: BA, E5 and 8A. RGB value is (186,229,138). Sum of RGB (Red+Green+Blue) = 186+229+138=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE58A is #451A75. Grayscale: #CECECE. Windows color (decimal): -4528758 or 9102778. OLE color: 9102778.

HSL color Cylindrical-coordinate representation of color #BAE58A: hue angle of 88.35º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAE58A is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 138 -
CMYK 0.19 0 0.40 0.10
HSL 88.35º 0.64% 0.72% -
HSV(B) 88.35º 0.4% 0.9% -
XYZ 52.86 68.31 34.44 -
YUV 205.77 89.75 113.9 -
System Red Green Blue C M Y K H S L
Decimal 186 229 138 0.19 0 0.40 0.10 88.35 0.64 0.72
Hex BA E5 8A 13 0 28 A 58 40 48
Octal 272 345 212 23 0 50 12 130 100 110
Binary 10111010 11100101 10001010 10011 0 101000 1010 1011000 1000000 1001000

Color Harmonies of #BAE58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE58A

Black with #BAE58A

Text Example


Text Example

White with #BAE58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE58A; }

 p { color: rgb(186,229,138); }

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

background-color css

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

 a { background-color: rgb(186,229,138); }

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

border-color css

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

 span { border-color: rgb(186,229,138); }

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