Html Css Color HEX #BAE593 Sulu

📋 copy color: '#BAE593'

red 186 ◦ green 229 ◦ blue 147

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

Shades of Sulu #BAE593

Tints of Sulu #BAE593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.16%

R = 33.1%
G = 40.75%
B = 26.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#BAE593 (or 0xBAE593) is known color: Sulu. HEX triplet: BA, E5 and 93. RGB value is (186,229,147). Sum of RGB (Red+Green+Blue) = 186+229+147=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE593 is #451A6C. Grayscale: #CFCFCF. Windows color (decimal): -4528749 or 9692602. OLE color: 9692602.

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

Color convert

RGB 186 229 147 -
CMYK 0.19 0 0.36 0.10
HSL 91.46º 0.61% 0.74% -
HSV(B) 91.46º 0.36% 0.9% -
XYZ 53.54 68.58 38.02 -
YUV 206.8 94.25 113.17 -
System Red Green Blue C M Y K H S L
Decimal 186 229 147 0.19 0 0.36 0.10 91.46 0.61 0.74
Hex BA E5 93 13 0 24 A 5B 3D 4A
Octal 272 345 223 23 0 44 12 133 75 112
Binary 10111010 11100101 10010011 10011 0 100100 1010 1011011 111101 1001010

Color Harmonies of #BAE593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE593

Black with #BAE593

Text Example


Text Example

White with #BAE593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE593; }

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

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

background-color css

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

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

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

border-color css

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

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

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