#919E4B

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

Shades of Wasabi #919E4B

Tints of Wasabi #919E4B

Color information

#919E4B (or 0x919E4B) is unknown color: approx Wasabi. HEX triplet: 91, 9E and 4B. RGB value is (145,158,75). Sum of RGB (Red+Green+Blue) = 145+158+75=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #919E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919E4B is #6E61B4. Grayscale: #909090. Windows color (decimal): -7233973 or 4955793. OLE color: 4955793.

HSL color Cylindrical-coordinate representation of color #919E4B: hue angle of 69.4º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #919E4B is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB14515875-
CMYK0.0800.530.38
HSL69.4º35.62%45.69%-
HSV(B)69.4º52.53%61.96%-
XYZ25.1730.9811.31-
YUV144.6588.69128.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 158 (62.11% from 255) = 41.80%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=38.36%
G=41.80%
B=19.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145158750.0800.530.3869.435.6245.69
Hex919E4B80352645242e
Octal22123611310065461054456
Binary10010001100111101001011100001101011001101000101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919E4B; }

 p { color: rgb(145,158,75); }

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

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

 a { background-color: rgb(145,158,75); }

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

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

 span { border-color: rgb(145,158,75); }

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