Html Css Color HEX #BAE187 Sulu

📋 copy color: '#BAE187'

red 186 ◦ green 225 ◦ blue 135

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

Shades of Sulu #BAE187

Tints of Sulu #BAE187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 24.73%

R = 34.07%
G = 41.21%
B = 24.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.4

 K value IS 0.12

RGB Variations

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

Color information

#BAE187 (or 0xBAE187) is known color: Sulu. HEX triplet: BA, E1 and 87. RGB value is (186,225,135). Sum of RGB (Red+Green+Blue) = 186+225+135=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE187 is #451E78. Grayscale: #CBCBCB. Windows color (decimal): -4529785 or 8905146. OLE color: 8905146.

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

Color convert

RGB 186 225 135 -
CMYK 0.17 0 0.4 0.12
HSL 86º 0.6% 0.71% -
HSV(B) 86º 0.4% 0.88% -
XYZ 51.55 66.04 32.95 -
YUV 203.08 89.58 115.82 -
System Red Green Blue C M Y K H S L
Decimal 186 225 135 0.17 0 0.4 0.12 86 0.6 0.71
Hex BA E1 87 11 0 28 C 56 3C 47
Octal 272 341 207 21 0 50 14 126 74 107
Binary 10111010 11100001 10000111 10001 0 101000 1100 1010110 111100 1000111

Color Harmonies of #BAE187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE187

Black with #BAE187

Text Example


Text Example

White with #BAE187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE187; }

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

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

background-color css

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

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

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

border-color css

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

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

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