Html Css Color HEX #889230 Wasabi

📋 copy color: '#889230'

red 136 ◦ green 146 ◦ blue 48

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

Shades of Wasabi #889230

Tints of Wasabi #889230

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.24%

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

R = 41.21%
G = 44.24%
B = 14.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#889230 (or 0x889230) is known color: Wasabi. HEX triplet: 88, 92 and 30. RGB value is (136,146,48). Sum of RGB (Red+Green+Blue) = 136+146+48=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #889230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889230 is #776DCF. Grayscale: #848484. Windows color (decimal): -7826896 or 3183240. OLE color: 3183240.

HSL color Cylindrical-coordinate representation of color #889230: hue angle of 66.12º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #889230 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 146 48 -
CMYK 0.07 0 0.67 0.43
HSL 66.12º 0.51% 0.38% -
HSV(B) 66.12º 0.67% 0.57% -
XYZ 20.97 26.01 6.71 -
YUV 131.84 80.69 130.97 -
System Red Green Blue C M Y K H S L
Decimal 136 146 48 0.07 0 0.67 0.43 66.12 0.51 0.38
Hex 88 92 30 7 0 43 2B 42 33 26
Octal 210 222 60 7 0 103 53 102 63 46
Binary 10001000 10010010 110000 111 0 1000011 101011 1000010 110011 100110

Color Harmonies of #889230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889230

Black with #889230

Text Example


Text Example

White with #889230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889230; }

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

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

background-color css

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

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

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

border-color css

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

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

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