Html Css Color HEX #BAC793 Sprout

📋 copy color: '#BAC793'

red 186 ◦ green 199 ◦ blue 147

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

Shades of Sprout #BAC793

Tints of Sprout #BAC793

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.41%

 BLUE value IS 147 (57.81% from 255) = 27.63%

R = 34.96%
G = 37.41%
B = 27.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#BAC793 (or 0xBAC793) is known color: Sprout. HEX triplet: BA, C7 and 93. RGB value is (186,199,147). Sum of RGB (Red+Green+Blue) = 186+199+147=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC793 is #45386C. Grayscale: #BDBDBD. Windows color (decimal): -4536429 or 9684922. OLE color: 9684922.

HSL color Cylindrical-coordinate representation of color #BAC793: hue angle of 75º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC793 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 147 -
CMYK 0.07 0 0.26 0.22
HSL 75º 0.32% 0.68% -
HSV(B) 75º 0.26% 0.78% -
XYZ 45.94 53.39 35.49 -
YUV 189.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 186 199 147 0.07 0 0.26 0.22 75 0.32 0.68
Hex BA C7 93 7 0 1A 16 4B 20 44
Octal 272 307 223 7 0 32 26 113 40 104
Binary 10111010 11000111 10010011 111 0 11010 10110 1001011 100000 1000100

Color Harmonies of #BAC793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC793

Black with #BAC793

Text Example


Text Example

White with #BAC793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC793; }

 p { color: rgb(186,199,147); }

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

background-color css

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

 a { background-color: rgb(186,199,147); }

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

border-color css

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

 span { border-color: rgb(186,199,147); }

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