Html Css Color HEX #BAE58E Sulu

📋 copy color: '#BAE58E'

red 186 ◦ green 229 ◦ blue 142

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

Shades of Sulu #BAE58E

Tints of Sulu #BAE58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.49%

R = 33.39%
G = 41.11%
B = 25.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#BAE58E (or 0xBAE58E) is known color: Sulu. HEX triplet: BA, E5 and 8E. RGB value is (186,229,142). Sum of RGB (Red+Green+Blue) = 186+229+142=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE58E is #451A71. Grayscale: #CECECE. Windows color (decimal): -4528754 or 9364922. OLE color: 9364922.

HSL color Cylindrical-coordinate representation of color #BAE58E: hue angle of 89.66º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAE58E is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 142 -
CMYK 0.19 0 0.38 0.10
HSL 89.66º 0.63% 0.73% -
HSV(B) 89.66º 0.38% 0.9% -
XYZ 53.15 68.43 36 -
YUV 206.23 91.75 113.57 -
System Red Green Blue C M Y K H S L
Decimal 186 229 142 0.19 0 0.38 0.10 89.66 0.63 0.73
Hex BA E5 8E 13 0 26 A 5A 3F 49
Octal 272 345 216 23 0 46 12 132 77 111
Binary 10111010 11100101 10001110 10011 0 100110 1010 1011010 111111 1001001

Color Harmonies of #BAE58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE58E

Black with #BAE58E

Text Example


Text Example

White with #BAE58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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