#B5CD92

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

Shades of Sprout #B5CD92

Tints of Sprout #B5CD92

Color information

#B5CD92 (or 0xB5CD92) is unknown color: approx Sprout. HEX triplet: B5, CD and 92. RGB value is (181,205,146). Sum of RGB (Red+Green+Blue) = 181+205+146=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CD92 is #4A326D. Grayscale: #BFBFBF. Windows color (decimal): -4862574 or 9620917. OLE color: 9620917.

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

Color convert

RGB181205146-
CMYK0.1200.290.20
HSL84.41º37.11%68.82%-
HSV(B)84.41º28.78%80.39%-
XYZ46.0855.5635.49-
YUV191.1102.55120.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.02%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=34.02%
G=38.53%
B=27.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051460.1200.290.2084.4137.1168.82
HexB5CD92C01D14542545
Octal265315222140352412445105
Binary10110101110011011001001011000111011010010101001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CD92; }

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

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

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

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

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

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

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

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