Html Css Color HEX #BAE58C Sulu

📋 copy color: '#BAE58C'

red 186 ◦ green 229 ◦ blue 140

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

Shades of Sulu #BAE58C

Tints of Sulu #BAE58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.23%

R = 33.51%
G = 41.26%
B = 25.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#BAE58C (or 0xBAE58C) is known color: Sulu. HEX triplet: BA, E5 and 8C. RGB value is (186,229,140). Sum of RGB (Red+Green+Blue) = 186+229+140=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE58C is #451A73. Grayscale: #CECECE. Windows color (decimal): -4528756 or 9233850. OLE color: 9233850.

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

Color convert

RGB 186 229 140 -
CMYK 0.19 0 0.39 0.10
HSL 88.99º 0.63% 0.72% -
HSV(B) 88.99º 0.39% 0.9% -
XYZ 53 68.37 35.21 -
YUV 206 90.75 113.74 -
System Red Green Blue C M Y K H S L
Decimal 186 229 140 0.19 0 0.39 0.10 88.99 0.63 0.72
Hex BA E5 8C 13 0 27 A 59 3F 48
Octal 272 345 214 23 0 47 12 131 77 110
Binary 10111010 11100101 10001100 10011 0 100111 1010 1011001 111111 1001000

Color Harmonies of #BAE58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE58C

Black with #BAE58C

Text Example


Text Example

White with #BAE58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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