#B7C69A

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

Shades of Sprout #B7C69A

Tints of Sprout #B7C69A

Color information

#B7C69A (or 0xB7C69A) is unknown color: approx Sprout. HEX triplet: B7, C6 and 9A. RGB value is (183,198,154). Sum of RGB (Red+Green+Blue) = 183+198+154=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #B7C69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C69A is #483965. Grayscale: #BCBCBC. Windows color (decimal): -4733286 or 10143415. OLE color: 10143415.

HSL color Cylindrical-coordinate representation of color #B7C69A: hue angle of 80.45º 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 #B7C69A is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB183198154-
CMYK0.0800.220.22
HSL80.45º27.85%69.02%-
HSV(B)80.45º22.22%77.65%-
XYZ45.5652.7938.36-
YUV188.5108.53124.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.21%
GREEN value IS 198 (77.73% from 255) = 37.01%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=34.21%
G=37.01%
B=28.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831981540.0800.220.2280.4527.8569.02
HexB7C69A801616501c45
Octal267306232100262612034105
Binary1011011111000110100110101000010110101101010000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C69A; }

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

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

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

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

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

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

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

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