Html Css Color HEX #B9C699 Sprout

📋 copy color: '#B9C699'

red 185 ◦ green 198 ◦ blue 153

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

Shades of Sprout #B9C699

Tints of Sprout #B9C699

RGB

 RED value IS 185 (72.66% from 255) = 34.51%

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

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

R = 34.51%
G = 36.94%
B = 28.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#B9C699 (or 0xB9C699) is known color: Sprout. HEX triplet: B9, C6 and 99. RGB value is (185,198,153). Sum of RGB (Red+Green+Blue) = 185+198+153=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C699 is #463966. Grayscale: #BDBDBD. Windows color (decimal): -4602215 or 10077881. OLE color: 10077881.

HSL color Cylindrical-coordinate representation of color #B9C699: hue angle of 77.33º degrees, saturation: 0.28, 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 #B9C699 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 198 153 -
CMYK 0.07 0 0.23 0.22
HSL 77.33º 0.28% 0.69% -
HSV(B) 77.33º 0.23% 0.78% -
XYZ 45.95 53 37.95 -
YUV 188.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 185 198 153 0.07 0 0.23 0.22 77.33 0.28 0.69
Hex B9 C6 99 7 0 17 16 4D 1C 45
Octal 271 306 231 7 0 27 26 115 34 105
Binary 10111001 11000110 10011001 111 0 10111 10110 1001101 11100 1000101

Color Harmonies of #B9C699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C699

Black with #B9C699

Text Example


Text Example

White with #B9C699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C699; }

 p { color: rgb(185,198,153); }

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

background-color css

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

 a { background-color: rgb(185,198,153); }

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

border-color css

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

 span { border-color: rgb(185,198,153); }

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