#B4CD92

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

Shades of Sprout #B4CD92

Tints of Sprout #B4CD92

Color information

#B4CD92 (or 0xB4CD92) is unknown color: approx Sprout. HEX triplet: B4, CD and 92. RGB value is (180,205,146). Sum of RGB (Red+Green+Blue) = 180+205+146=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CD92 is #4B326D. Grayscale: #BFBFBF. Windows color (decimal): -4928110 or 9620916. OLE color: 9620916.

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

Color convert

RGB180205146-
CMYK0.1200.290.20
HSL85.42º37.11%68.82%-
HSV(B)85.42º28.78%80.39%-
XYZ45.8455.4435.48-
YUV190.8102.72120.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=33.90%
G=38.61%
B=27.50%

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
Decimal1802051460.1200.290.2085.4237.1168.82
HexB4CD92C01D14552545
Octal264315222140352412545105
Binary10110100110011011001001011000111011010010101011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CD92; }

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

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

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

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

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

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

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

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