Html Css Color HEX #BAE178 Sulu

📋 copy color: '#BAE178'

red 186 ◦ green 225 ◦ blue 120

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

Shades of Sulu #BAE178

Tints of Sulu #BAE178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.6%

R = 35.03%
G = 42.37%
B = 22.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#BAE178 (or 0xBAE178) is known color: Sulu. HEX triplet: BA, E1 and 78. RGB value is (186,225,120). Sum of RGB (Red+Green+Blue) = 186+225+120=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE178 is #451E87. Grayscale: #C9C9C9. Windows color (decimal): -4529800 or 7922106. OLE color: 7922106.

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

Color convert

RGB 186 225 120 -
CMYK 0.17 0 0.47 0.12
HSL 82.29º 0.64% 0.68% -
HSV(B) 82.29º 0.47% 0.88% -
XYZ 50.57 65.65 27.78 -
YUV 201.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 186 225 120 0.17 0 0.47 0.12 82.29 0.64 0.68
Hex BA E1 78 11 0 2F C 52 40 44
Octal 272 341 170 21 0 57 14 122 100 104
Binary 10111010 11100001 1111000 10001 0 101111 1100 1010010 1000000 1000100

Color Harmonies of #BAE178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE178

Black with #BAE178

Text Example


Text Example

White with #BAE178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE178; }

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

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

background-color css

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

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

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

border-color css

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

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

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