#B7C69B

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

Shades of Sprout #B7C69B

Tints of Sprout #B7C69B

Color information

#B7C69B (or 0xB7C69B) is unknown color: approx Sprout. HEX triplet: B7, C6 and 9B. RGB value is (183,198,155). Sum of RGB (Red+Green+Blue) = 183+198+155=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 198 - color contains mainly: green. Hex color #B7C69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C69B is #483964. Grayscale: #BCBCBC. Windows color (decimal): -4733285 or 10208951. OLE color: 10208951.

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

Color convert

RGB183198155-
CMYK0.0800.220.22
HSL80.93º27.39%69.22%-
HSV(B)80.93º21.72%77.65%-
XYZ45.6452.8238.8-
YUV188.61109.03124-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.14%
GREEN value IS 198 (77.73% from 255) = 36.94%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=34.14%
G=36.94%
B=28.92%

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
Decimal1831981550.0800.220.2280.9327.3969.22
HexB7C69B801616511b45
Octal267306233100262612133105
Binary1011011111000110100110111000010110101101010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C69B; }

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

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

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

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

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

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

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

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