#B9C69A

Color #B9C69A Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B9C69A

Tints of Sprout #B9C69A

Color information

#B9C69A (or 0xB9C69A) is unknown color: approx Sprout. HEX triplet: B9, C6 and 9A. RGB value is (185,198,154). Sum of RGB (Red+Green+Blue) = 185+198+154=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C69A is #463965. Grayscale: #BDBDBD. Windows color (decimal): -4602214 or 10143417. OLE color: 10143417.

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

Color convert

RGB185198154-
CMYK0.0700.220.22
HSL77.73º27.85%69.02%-
HSV(B)77.73º22.22%77.65%-
XYZ46.0353.0438.38-
YUV189.1108.19125.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=34.45%
G=36.87%
B=28.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981540.0700.220.2277.7327.8569.02
HexB9C69A7016164e1c45
Octal27130623270262611634105
Binary101110011100011010011010111010110101101001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C69A; }

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

 H1.HeaderClassName
 {
   color: #B9C69A;
 }
 .AnyTagClassName
 {
   color: #B9C69A;
 }
</style>
background-color css

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

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

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

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

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

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