#B7CD8F

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

Shades of Sprout #B7CD8F

Tints of Sprout #B7CD8F

Color information

#B7CD8F (or 0xB7CD8F) is unknown color: approx Sprout. HEX triplet: B7, CD and 8F. RGB value is (183,205,143). Sum of RGB (Red+Green+Blue) = 183+205+143=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CD8F is #483270. Grayscale: #BFBFBF. Windows color (decimal): -4731505 or 9424311. OLE color: 9424311.

HSL color Cylindrical-coordinate representation of color #B7CD8F: hue angle of 81.29º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7CD8F is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB183205143-
CMYK0.1100.300.20
HSL81.29º38.27%68.24%-
HSV(B)81.29º30.24%80.39%-
XYZ46.3255.7134.3-
YUV191.35100.71122.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.46%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 143 (56.25% from 255) = 26.93%
R=34.46%
G=38.61%
B=26.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832051430.1100.300.2081.2938.2768.24
HexB7CD8FB01E14512644
Octal267315217130362412146104
Binary10110111110011011000111110110111101010010100011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CD8F; }

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

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

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

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

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

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

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

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