#87924B

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

Shades of Wasabi #87924B

Tints of Wasabi #87924B

Color information

#87924B (or 0x87924B) is unknown color: approx Wasabi. HEX triplet: 87, 92 and 4B. RGB value is (135,146,75). Sum of RGB (Red+Green+Blue) = 135+146+75=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #87924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87924B is #786DB4. Grayscale: #868686. Windows color (decimal): -7892405 or 4952711. OLE color: 4952711.

HSL color Cylindrical-coordinate representation of color #87924B: hue angle of 69.3º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87924B is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB13514675-
CMYK0.0800.490.43
HSL69.3º32.13%43.33%-
HSV(B)69.3º48.63%57.25%-
XYZ21.5426.2210.58-
YUV134.6294.36128.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=37.92%
G=41.01%
B=21.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135146750.0800.490.4369.332.1343.33
Hex87924B80312B45202b
Octal20722211310061531054053
Binary10000111100100101001011100001100011010111000101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87924B; }

 p { color: rgb(135,146,75); }

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

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

 a { background-color: rgb(135,146,75); }

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

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

 span { border-color: rgb(135,146,75); }

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