Html Css Color HEX #BAE18D Sulu

📋 copy color: '#BAE18D'

red 186 ◦ green 225 ◦ blue 141

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

Shades of Sulu #BAE18D

Tints of Sulu #BAE18D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.76%

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

R = 33.7%
G = 40.76%
B = 25.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#BAE18D (or 0xBAE18D) is known color: Sulu. HEX triplet: BA, E1 and 8D. RGB value is (186,225,141). Sum of RGB (Red+Green+Blue) = 186+225+141=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE18D is #451E72. Grayscale: #CCCCCC. Windows color (decimal): -4529779 or 9298362. OLE color: 9298362.

HSL color Cylindrical-coordinate representation of color #BAE18D: hue angle of 87.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAE18D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 141 -
CMYK 0.17 0 0.37 0.12
HSL 87.86º 0.58% 0.72% -
HSV(B) 87.86º 0.37% 0.88% -
XYZ 51.98 66.21 35.24 -
YUV 203.76 92.58 115.33 -
System Red Green Blue C M Y K H S L
Decimal 186 225 141 0.17 0 0.37 0.12 87.86 0.58 0.72
Hex BA E1 8D 11 0 25 C 58 3A 48
Octal 272 341 215 21 0 45 14 130 72 110
Binary 10111010 11100001 10001101 10001 0 100101 1100 1011000 111010 1001000

Color Harmonies of #BAE18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE18D

Black with #BAE18D

Text Example


Text Example

White with #BAE18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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