Html Css Color HEX #BAE170 Sulu

📋 copy color: '#BAE170'

red 186 ◦ green 225 ◦ blue 112

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

Shades of Sulu #BAE170

Tints of Sulu #BAE170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.41%

R = 35.56%
G = 43.02%
B = 21.41%

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

#BAE170 (or 0xBAE170) is known color: Sulu. HEX triplet: BA, E1 and 70. RGB value is (186,225,112). Sum of RGB (Red+Green+Blue) = 186+225+112=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE170 is #451E8F. Grayscale: #C8C8C8. Windows color (decimal): -4529808 or 7397818. OLE color: 7397818.

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

Color convert

RGB 186 225 112 -
CMYK 0.17 0 0.50 0.12
HSL 80.71º 0.65% 0.66% -
HSV(B) 80.71º 0.5% 0.88% -
XYZ 50.1 65.46 25.32 -
YUV 200.46 78.08 117.69 -
System Red Green Blue C M Y K H S L
Decimal 186 225 112 0.17 0 0.50 0.12 80.71 0.65 0.66
Hex BA E1 70 11 0 32 C 51 41 42
Octal 272 341 160 21 0 62 14 121 101 102
Binary 10111010 11100001 1110000 10001 0 110010 1100 1010001 1000001 1000010

Color Harmonies of #BAE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE170

Black with #BAE170

Text Example


Text Example

White with #BAE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE170; }

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

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

background-color css

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

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

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

border-color css

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

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

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