Html Css Color HEX #BAE16F Sulu

📋 copy color: '#BAE16F'

red 186 ◦ green 225 ◦ blue 111

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

Shades of Sulu #BAE16F

Tints of Sulu #BAE16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.26%

R = 35.63%
G = 43.1%
B = 21.26%

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

#BAE16F (or 0xBAE16F) is known color: Sulu. HEX triplet: BA, E1 and 6F. RGB value is (186,225,111). Sum of RGB (Red+Green+Blue) = 186+225+111=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE16F is #451E90. Grayscale: #C8C8C8. Windows color (decimal): -4529809 or 7332282. OLE color: 7332282.

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

Color convert

RGB 186 225 111 -
CMYK 0.17 0 0.51 0.12
HSL 80.53º 0.66% 0.66% -
HSV(B) 80.53º 0.51% 0.88% -
XYZ 50.04 65.44 25.03 -
YUV 200.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 186 225 111 0.17 0 0.51 0.12 80.53 0.66 0.66
Hex BA E1 6F 11 0 33 C 51 42 42
Octal 272 341 157 21 0 63 14 121 102 102
Binary 10111010 11100001 1101111 10001 0 110011 1100 1010001 1000010 1000010

Color Harmonies of #BAE16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE16F

Black with #BAE16F

Text Example


Text Example

White with #BAE16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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