Html Css Color HEX #BAE171 Sulu

📋 copy color: '#BAE171'

red 186 ◦ green 225 ◦ blue 113

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

Shades of Sulu #BAE171

Tints of Sulu #BAE171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.56%

R = 35.5%
G = 42.94%
B = 21.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#BAE171 (or 0xBAE171) is known color: Sulu. HEX triplet: BA, E1 and 71. RGB value is (186,225,113). Sum of RGB (Red+Green+Blue) = 186+225+113=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE171 is #451E8E. Grayscale: #C8C8C8. Windows color (decimal): -4529807 or 7463354. OLE color: 7463354.

HSL color Cylindrical-coordinate representation of color #BAE171: hue angle of 80.89º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAE171 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 113 -
CMYK 0.17 0 0.50 0.12
HSL 80.89º 0.65% 0.66% -
HSV(B) 80.89º 0.5% 0.88% -
XYZ 50.16 65.48 25.62 -
YUV 200.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 186 225 113 0.17 0 0.50 0.12 80.89 0.65 0.66
Hex BA E1 71 11 0 32 C 51 41 42
Octal 272 341 161 21 0 62 14 121 101 102
Binary 10111010 11100001 1110001 10001 0 110010 1100 1010001 1000001 1000010

Color Harmonies of #BAE171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE171

Black with #BAE171

Text Example


Text Example

White with #BAE171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE171; }

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

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

background-color css

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

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

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

border-color css

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

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

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