Html Css Color HEX #888930 Wasabi

📋 copy color: '#888930'

red 136 ◦ green 137 ◦ blue 48

#888930
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #888930

Tints of Wasabi #888930

RGB

 RED value IS 136 (53.52% from 255) = 42.37%

 GREEN value IS 137 (53.91% from 255) = 42.68%

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 42.37%
G = 42.68%
B = 14.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#888930 (or 0x888930) is known color: Wasabi. HEX triplet: 88, 89 and 30. RGB value is (136,137,48). Sum of RGB (Red+Green+Blue) = 136+137+48=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #888930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888930 is #7776CF. Grayscale: #7E7E7E. Windows color (decimal): -7829200 or 3180936. OLE color: 3180936.

HSL color Cylindrical-coordinate representation of color #888930: hue angle of 60.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #888930 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 48 -
CMYK 0.01 0 0.65 0.46
HSL 60.67º 0.48% 0.36% -
HSV(B) 60.67º 0.65% 0.54% -
XYZ 19.63 23.34 6.27 -
YUV 126.56 83.67 134.74 -
System Red Green Blue C M Y K H S L
Decimal 136 137 48 0.01 0 0.65 0.46 60.67 0.48 0.36
Hex 88 89 30 1 0 41 2E 3D 30 24
Octal 210 211 60 1 0 101 56 75 60 44
Binary 10001000 10001001 110000 1 0 1000001 101110 111101 110000 100100

Color Harmonies of #888930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888930

Black with #888930

Text Example


Text Example

White with #888930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888930; }

 p { color: rgb(136,137,48); }

 H1.HeaderClassName
 {
   color: #888930;
 }
 .AnyTagClassName
 {
   color: #888930;
 }
</style>

background-color css

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

 a { background-color: rgb(136,137,48); }

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

border-color css

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

 span { border-color: rgb(136,137,48); }

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