Html Css Color HEX #BAC996 Sprout

📋 copy color: '#BAC996'

red 186 ◦ green 201 ◦ blue 150

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

Shades of Sprout #BAC996

Tints of Sprout #BAC996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.93%

R = 34.64%
G = 37.43%
B = 27.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#BAC996 (or 0xBAC996) is known color: Sprout. HEX triplet: BA, C9 and 96. RGB value is (186,201,150). Sum of RGB (Red+Green+Blue) = 186+201+150=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC996 is #453669. Grayscale: #BEBEBE. Windows color (decimal): -4535914 or 9882042. OLE color: 9882042.

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

Color convert

RGB 186 201 150 -
CMYK 0.07 0 0.25 0.21
HSL 77.65º 0.32% 0.69% -
HSV(B) 77.65º 0.25% 0.79% -
XYZ 46.64 54.41 36.9 -
YUV 190.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 186 201 150 0.07 0 0.25 0.21 77.65 0.32 0.69
Hex BA C9 96 7 0 19 15 4E 20 45
Octal 272 311 226 7 0 31 25 116 40 105
Binary 10111010 11001001 10010110 111 0 11001 10101 1001110 100000 1000101

Color Harmonies of #BAC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC996

Black with #BAC996

Text Example


Text Example

White with #BAC996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC996; }

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

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

background-color css

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

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

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

border-color css

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

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

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