#B7C98F

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

Shades of Sprout #B7C98F

Tints of Sprout #B7C98F

Color information

#B7C98F (or 0xB7C98F) is unknown color: approx Sprout. HEX triplet: B7, C9 and 8F. RGB value is (183,201,143). Sum of RGB (Red+Green+Blue) = 183+201+143=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C98F is #483670. Grayscale: #BDBDBD. Windows color (decimal): -4732529 or 9423287. OLE color: 9423287.

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

Color convert

RGB183201143-
CMYK0.0900.290.21
HSL78.62º34.94%67.45%-
HSV(B)78.62º28.86%78.82%-
XYZ45.3753.8233.98-
YUV189.01102.04123.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.72%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=34.72%
G=38.14%
B=27.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832011430.0900.290.2178.6234.9467.45
HexB7C98F901D154f2343
Octal267311217110352511743103
Binary10110111110010011000111110010111011010110011111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C98F; }

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

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

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

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

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

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

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

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