#B7CD8E

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

Shades of Sprout #B7CD8E

Tints of Sprout #B7CD8E

Color information

#B7CD8E (or 0xB7CD8E) is unknown color: approx Sprout. HEX triplet: B7, CD and 8E. RGB value is (183,205,142). Sum of RGB (Red+Green+Blue) = 183+205+142=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CD8E is #483271. Grayscale: #BFBFBF. Windows color (decimal): -4731506 or 9358775. OLE color: 9358775.

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

Color convert

RGB183205142-
CMYK0.1100.310.20
HSL80.95º38.65%68.04%-
HSV(B)80.95º30.73%80.39%-
XYZ46.2455.6833.9-
YUV191.24100.21122.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=34.53%
G=38.68%
B=26.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832051420.1100.310.2080.9538.6568.04
HexB7CD8EB01F14512744
Octal267315216130372412147104
Binary10110111110011011000111010110111111010010100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CD8E; }

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

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

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

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

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

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

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

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