Html Css Color HEX #BAE175 Sulu

📋 copy color: '#BAE175'

red 186 ◦ green 225 ◦ blue 117

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

Shades of Sulu #BAE175

Tints of Sulu #BAE175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.16%

R = 35.23%
G = 42.61%
B = 22.16%

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

#BAE175 (or 0xBAE175) is known color: Sulu. HEX triplet: BA, E1 and 75. RGB value is (186,225,117). Sum of RGB (Red+Green+Blue) = 186+225+117=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE175 is #451E8A. Grayscale: #C9C9C9. Windows color (decimal): -4529803 or 7725498. OLE color: 7725498.

HSL color Cylindrical-coordinate representation of color #BAE175: hue angle of 81.67º 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 #BAE175 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 117 -
CMYK 0.17 0 0.48 0.12
HSL 81.67º 0.64% 0.67% -
HSV(B) 81.67º 0.48% 0.88% -
XYZ 50.39 65.57 26.83 -
YUV 201.03 80.58 117.28 -
System Red Green Blue C M Y K H S L
Decimal 186 225 117 0.17 0 0.48 0.12 81.67 0.64 0.67
Hex BA E1 75 11 0 30 C 52 40 43
Octal 272 341 165 21 0 60 14 122 100 103
Binary 10111010 11100001 1110101 10001 0 110000 1100 1010010 1000000 1000011

Color Harmonies of #BAE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE175

Black with #BAE175

Text Example


Text Example

White with #BAE175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE175; }

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

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

background-color css

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

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

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

border-color css

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

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

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