Html Css Color HEX #B9C69F Sprout

📋 copy color: '#B9C69F'

red 185 ◦ green 198 ◦ blue 159

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

Shades of Sprout #B9C69F

Tints of Sprout #B9C69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.34%

R = 34.13%
G = 36.53%
B = 29.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#B9C69F (or 0xB9C69F) is known color: Sprout. HEX triplet: B9, C6 and 9F. RGB value is (185,198,159). Sum of RGB (Red+Green+Blue) = 185+198+159=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C69F is #463960. Grayscale: #BDBDBD. Windows color (decimal): -4602209 or 10471097. OLE color: 10471097.

HSL color Cylindrical-coordinate representation of color #B9C69F: hue angle of 80º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9C69F is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 198 159 -
CMYK 0.07 0 0.20 0.22
HSL 80º 0.25% 0.7% -
HSV(B) 80º 0.2% 0.78% -
XYZ 46.46 53.21 40.62 -
YUV 189.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 185 198 159 0.07 0 0.20 0.22 80 0.25 0.7
Hex B9 C6 9F 7 0 14 16 50 19 46
Octal 271 306 237 7 0 24 26 120 31 106
Binary 10111001 11000110 10011111 111 0 10100 10110 1010000 11001 1000110

Color Harmonies of #B9C69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C69F

Black with #B9C69F

Text Example


Text Example

White with #B9C69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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