#B9CD8E

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

Shades of Sprout #B9CD8E

Tints of Sprout #B9CD8E

Color information

#B9CD8E (or 0xB9CD8E) is unknown color: approx Sprout. HEX triplet: B9, CD and 8E. RGB value is (185,205,142). Sum of RGB (Red+Green+Blue) = 185+205+142=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CD8E is #463271. Grayscale: #C0C0C0. Windows color (decimal): -4600434 or 9358777. OLE color: 9358777.

HSL color Cylindrical-coordinate representation of color #B9CD8E: hue angle of 79.05º 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 #B9CD8E is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB185205142-
CMYK0.1000.310.20
HSL79.05º38.65%68.04%-
HSV(B)79.05º30.73%80.39%-
XYZ46.7255.9333.92-
YUV191.8499.87123.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=34.77%
G=38.53%
B=26.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852051420.1000.310.2079.0538.6568.04
HexB9CD8EA01F144f2744
Octal271315216120372411747104
Binary10111001110011011000111010100111111010010011111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CD8E; }

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

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

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

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

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

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

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

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