Html Css Color HEX #BAE16E Sulu

📋 copy color: '#BAE16E'

red 186 ◦ green 225 ◦ blue 110

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

Shades of Sulu #BAE16E

Tints of Sulu #BAE16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.11%

R = 35.7%
G = 43.19%
B = 21.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#BAE16E (or 0xBAE16E) is known color: Sulu. HEX triplet: BA, E1 and 6E. RGB value is (186,225,110). Sum of RGB (Red+Green+Blue) = 186+225+110=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE16E is #451E91. Grayscale: #C8C8C8. Windows color (decimal): -4529810 or 7266746. OLE color: 7266746.

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

Color convert

RGB 186 225 110 -
CMYK 0.17 0 0.51 0.12
HSL 80.35º 0.66% 0.66% -
HSV(B) 80.35º 0.51% 0.88% -
XYZ 49.99 65.42 24.74 -
YUV 200.23 77.08 117.85 -
System Red Green Blue C M Y K H S L
Decimal 186 225 110 0.17 0 0.51 0.12 80.35 0.66 0.66
Hex BA E1 6E 11 0 33 C 50 42 42
Octal 272 341 156 21 0 63 14 120 102 102
Binary 10111010 11100001 1101110 10001 0 110011 1100 1010000 1000010 1000010

Color Harmonies of #BAE16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE16E

Black with #BAE16E

Text Example


Text Example

White with #BAE16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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