#B7C999

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

Shades of Sprout #B7C999

Tints of Sprout #B7C999

Color information

#B7C999 (or 0xB7C999) is unknown color: approx Sprout. HEX triplet: B7, C9 and 99. RGB value is (183,201,153). Sum of RGB (Red+Green+Blue) = 183+201+153=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C999 is #483666. Grayscale: #BEBEBE. Windows color (decimal): -4732519 or 10078647. OLE color: 10078647.

HSL color Cylindrical-coordinate representation of color #B7C999: hue angle of 82.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7C999 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB183201153-
CMYK0.0900.240.21
HSL82.5º30.77%69.41%-
HSV(B)82.5º23.88%78.82%-
XYZ46.1654.1438.15-
YUV190.15107.04122.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.08%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=34.08%
G=37.43%
B=28.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832011530.0900.240.2182.530.7769.41
HexB7C999901815521f45
Octal267311231110302512237105
Binary1011011111001001100110011001011000101011010010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C999; }

 p { color: rgb(183,201,153); }

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

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

 a { background-color: rgb(183,201,153); }

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

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

 span { border-color: rgb(183,201,153); }

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