#B6CD92

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

Shades of Sprout #B6CD92

Tints of Sprout #B6CD92

Color information

#B6CD92 (or 0xB6CD92) is unknown color: approx Sprout. HEX triplet: B6, CD and 92. RGB value is (182,205,146). Sum of RGB (Red+Green+Blue) = 182+205+146=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CD92 is #49326D. Grayscale: #BFBFBF. Windows color (decimal): -4797038 or 9620918. OLE color: 9620918.

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

Color convert

RGB182205146-
CMYK0.1100.290.20
HSL83.39º37.11%68.82%-
HSV(B)83.39º28.78%80.39%-
XYZ46.3155.6835.5-
YUV191.4102.38121.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 205 (80.47% from 255) = 38.46%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=34.15%
G=38.46%
B=27.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051460.1100.290.2083.3937.1168.82
HexB6CD92B01D14532545
Octal266315222130352412345105
Binary10110110110011011001001010110111011010010100111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD92; }

 p { color: rgb(182,205,146); }

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

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

 a { background-color: rgb(182,205,146); }

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

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

 span { border-color: rgb(182,205,146); }

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