Html Css Color HEX #BAE58D Sulu

📋 copy color: '#BAE58D'

red 186 ◦ green 229 ◦ blue 141

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

Shades of Sulu #BAE58D

Tints of Sulu #BAE58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.36%

R = 33.45%
G = 41.19%
B = 25.36%

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

#BAE58D (or 0xBAE58D) is known color: Sulu. HEX triplet: BA, E5 and 8D. RGB value is (186,229,141). Sum of RGB (Red+Green+Blue) = 186+229+141=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE58D is #451A72. Grayscale: #CECECE. Windows color (decimal): -4528755 or 9299386. OLE color: 9299386.

HSL color Cylindrical-coordinate representation of color #BAE58D: hue angle of 89.32º 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 #BAE58D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 141 -
CMYK 0.19 0 0.38 0.10
HSL 89.32º 0.63% 0.73% -
HSV(B) 89.32º 0.38% 0.9% -
XYZ 53.08 68.4 35.6 -
YUV 206.11 91.25 113.66 -
System Red Green Blue C M Y K H S L
Decimal 186 229 141 0.19 0 0.38 0.10 89.32 0.63 0.73
Hex BA E5 8D 13 0 26 A 59 3F 49
Octal 272 345 215 23 0 46 12 131 77 111
Binary 10111010 11100101 10001101 10011 0 100110 1010 1011001 111111 1001001

Color Harmonies of #BAE58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE58D

Black with #BAE58D

Text Example


Text Example

White with #BAE58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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