Html Css Color HEX #BAC99A Sprout

📋 copy color: '#BAC99A'

red 186 ◦ green 201 ◦ blue 154

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

Shades of Sprout #BAC99A

Tints of Sprout #BAC99A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.15%

 BLUE value IS 154 (60.55% from 255) = 28.47%

R = 34.38%
G = 37.15%
B = 28.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#BAC99A (or 0xBAC99A) is known color: Sprout. HEX triplet: BA, C9 and 9A. RGB value is (186,201,154). Sum of RGB (Red+Green+Blue) = 186+201+154=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC99A is #453665. Grayscale: #BFBFBF. Windows color (decimal): -4535910 or 10144186. OLE color: 10144186.

HSL color Cylindrical-coordinate representation of color #BAC99A: hue angle of 79.15º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC99A is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 154 -
CMYK 0.07 0 0.23 0.21
HSL 79.15º 0.3% 0.7% -
HSV(B) 79.15º 0.23% 0.79% -
XYZ 46.97 54.55 38.62 -
YUV 191.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 186 201 154 0.07 0 0.23 0.21 79.15 0.3 0.7
Hex BA C9 9A 7 0 17 15 4F 1E 46
Octal 272 311 232 7 0 27 25 117 36 106
Binary 10111010 11001001 10011010 111 0 10111 10101 1001111 11110 1000110

Color Harmonies of #BAC99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC99A

Black with #BAC99A

Text Example


Text Example

White with #BAC99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC99A; }

 p { color: rgb(186,201,154); }

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

background-color css

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

 a { background-color: rgb(186,201,154); }

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

border-color css

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

 span { border-color: rgb(186,201,154); }

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