#B7C398

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

Shades of Sprout #B7C398

Tints of Sprout #B7C398

Color information

#B7C398 (or 0xB7C398) is unknown color: approx Sprout. HEX triplet: B7, C3 and 98. RGB value is (183,195,152). Sum of RGB (Red+Green+Blue) = 183+195+152=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C398 is #483C67. Grayscale: #BABABA. Windows color (decimal): -4734056 or 10011575. OLE color: 10011575.

HSL color Cylindrical-coordinate representation of color #B7C398: hue angle of 76.74º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7C398 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB183195152-
CMYK0.0600.220.24
HSL76.74º26.38%68.04%-
HSV(B)76.74º22.05%76.47%-
XYZ44.7151.3637.26-
YUV186.51108.52125.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=34.53%
G=36.79%
B=28.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831951520.0600.220.2476.7426.3868.04
HexB7C3986016184d1a44
Octal26730323060263011532104
Binary101101111100001110011000110010110110001001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C398; }

 p { color: rgb(183,195,152); }

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

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

 a { background-color: rgb(183,195,152); }

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

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

 span { border-color: rgb(183,195,152); }

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