Html Css Color HEX #BAE18B Sulu

📋 copy color: '#BAE18B'

red 186 ◦ green 225 ◦ blue 139

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

Shades of Sulu #BAE18B

Tints of Sulu #BAE18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.27%

R = 33.82%
G = 40.91%
B = 25.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#BAE18B (or 0xBAE18B) is known color: Sulu. HEX triplet: BA, E1 and 8B. RGB value is (186,225,139). Sum of RGB (Red+Green+Blue) = 186+225+139=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE18B is #451E74. Grayscale: #CBCBCB. Windows color (decimal): -4529781 or 9167290. OLE color: 9167290.

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

Color convert

RGB 186 225 139 -
CMYK 0.17 0 0.38 0.12
HSL 87.21º 0.59% 0.71% -
HSV(B) 87.21º 0.38% 0.88% -
XYZ 51.84 66.15 34.46 -
YUV 203.54 91.58 115.49 -
System Red Green Blue C M Y K H S L
Decimal 186 225 139 0.17 0 0.38 0.12 87.21 0.59 0.71
Hex BA E1 8B 11 0 26 C 57 3B 47
Octal 272 341 213 21 0 46 14 127 73 107
Binary 10111010 11100001 10001011 10001 0 100110 1100 1010111 111011 1000111

Color Harmonies of #BAE18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE18B

Black with #BAE18B

Text Example


Text Example

White with #BAE18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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