Html Css Color HEX #BAC599 Sprout

📋 copy color: '#BAC599'

red 186 ◦ green 197 ◦ blue 153

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

Shades of Sprout #BAC599

Tints of Sprout #BAC599

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.75%

 BLUE value IS 153 (60.16% from 255) = 28.54%

R = 34.7%
G = 36.75%
B = 28.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#BAC599 (or 0xBAC599) is known color: Sprout. HEX triplet: BA, C5 and 99. RGB value is (186,197,153). Sum of RGB (Red+Green+Blue) = 186+197+153=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC599 is #453A66. Grayscale: #BCBCBC. Windows color (decimal): -4536935 or 10077626. OLE color: 10077626.

HSL color Cylindrical-coordinate representation of color #BAC599: hue angle of 75º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC599 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 197 153 -
CMYK 0.06 0 0.22 0.23
HSL 75º 0.28% 0.69% -
HSV(B) 75º 0.22% 0.77% -
XYZ 45.97 52.67 37.88 -
YUV 188.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 186 197 153 0.06 0 0.22 0.23 75 0.28 0.69
Hex BA C5 99 6 0 16 17 4B 1C 45
Octal 272 305 231 6 0 26 27 113 34 105
Binary 10111010 11000101 10011001 110 0 10110 10111 1001011 11100 1000101

Color Harmonies of #BAC599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC599

Black with #BAC599

Text Example


Text Example

White with #BAC599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC599; }

 p { color: rgb(186,197,153); }

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

background-color css

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

 a { background-color: rgb(186,197,153); }

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

border-color css

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

 span { border-color: rgb(186,197,153); }

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