Html Css Color HEX #BAC992 Sprout

📋 copy color: '#BAC992'

red 186 ◦ green 201 ◦ blue 146

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

Shades of Sprout #BAC992

Tints of Sprout #BAC992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.39%

R = 34.9%
G = 37.71%
B = 27.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#BAC992 (or 0xBAC992) is known color: Sprout. HEX triplet: BA, C9 and 92. RGB value is (186,201,146). Sum of RGB (Red+Green+Blue) = 186+201+146=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC992 is #45366D. Grayscale: #BEBEBE. Windows color (decimal): -4535918 or 9619898. OLE color: 9619898.

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

Color convert

RGB 186 201 146 -
CMYK 0.07 0 0.27 0.21
HSL 76.36º 0.34% 0.68% -
HSV(B) 76.36º 0.27% 0.79% -
XYZ 46.32 54.29 35.23 -
YUV 190.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 186 201 146 0.07 0 0.27 0.21 76.36 0.34 0.68
Hex BA C9 92 7 0 1B 15 4C 22 44
Octal 272 311 222 7 0 33 25 114 42 104
Binary 10111010 11001001 10010010 111 0 11011 10101 1001100 100010 1000100

Color Harmonies of #BAC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC992

Black with #BAC992

Text Example


Text Example

White with #BAC992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC992; }

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

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

background-color css

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

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

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

border-color css

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

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

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