Html Css Color HEX #BAC698 Sprout

📋 copy color: '#BAC698'

red 186 ◦ green 198 ◦ blue 152

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

Shades of Sprout #BAC698

Tints of Sprout #BAC698

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.94%

 BLUE value IS 152 (59.77% from 255) = 28.36%

R = 34.7%
G = 36.94%
B = 28.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#BAC698 (or 0xBAC698) is known color: Sprout. HEX triplet: BA, C6 and 98. RGB value is (186,198,152). Sum of RGB (Red+Green+Blue) = 186+198+152=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC698 is #453967. Grayscale: #BDBDBD. Windows color (decimal): -4536680 or 10012346. OLE color: 10012346.

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

Color convert

RGB 186 198 152 -
CMYK 0.06 0 0.23 0.22
HSL 75.65º 0.29% 0.69% -
HSV(B) 75.65º 0.23% 0.78% -
XYZ 46.11 53.09 37.52 -
YUV 189.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 186 198 152 0.06 0 0.23 0.22 75.65 0.29 0.69
Hex BA C6 98 6 0 17 16 4C 1D 45
Octal 272 306 230 6 0 27 26 114 35 105
Binary 10111010 11000110 10011000 110 0 10111 10110 1001100 11101 1000101

Color Harmonies of #BAC698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC698

Black with #BAC698

Text Example


Text Example

White with #BAC698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC698; }

 p { color: rgb(186,198,152); }

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

background-color css

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

 a { background-color: rgb(186,198,152); }

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

border-color css

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

 span { border-color: rgb(186,198,152); }

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