Html Css Color HEX #BAE176 Sulu

📋 copy color: '#BAE176'

red 186 ◦ green 225 ◦ blue 118

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

Shades of Sulu #BAE176

Tints of Sulu #BAE176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.31%

R = 35.16%
G = 42.53%
B = 22.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#BAE176 (or 0xBAE176) is known color: Sulu. HEX triplet: BA, E1 and 76. RGB value is (186,225,118). Sum of RGB (Red+Green+Blue) = 186+225+118=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE176 is #451E89. Grayscale: #C9C9C9. Windows color (decimal): -4529802 or 7791034. OLE color: 7791034.

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

Color convert

RGB 186 225 118 -
CMYK 0.17 0 0.48 0.12
HSL 81.87º 0.64% 0.67% -
HSV(B) 81.87º 0.48% 0.88% -
XYZ 50.44 65.6 27.14 -
YUV 201.14 81.08 117.2 -
System Red Green Blue C M Y K H S L
Decimal 186 225 118 0.17 0 0.48 0.12 81.87 0.64 0.67
Hex BA E1 76 11 0 30 C 52 40 43
Octal 272 341 166 21 0 60 14 122 100 103
Binary 10111010 11100001 1110110 10001 0 110000 1100 1010010 1000000 1000011

Color Harmonies of #BAE176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE176

Black with #BAE176

Text Example


Text Example

White with #BAE176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE176; }

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

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

background-color css

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

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

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

border-color css

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

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

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