Html Css Color HEX #889430 Wasabi

📋 copy color: '#889430'

red 136 ◦ green 148 ◦ blue 48

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

Shades of Wasabi #889430

Tints of Wasabi #889430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

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

R = 40.96%
G = 44.58%
B = 14.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#889430 (or 0x889430) is known color: Wasabi. HEX triplet: 88, 94 and 30. RGB value is (136,148,48). Sum of RGB (Red+Green+Blue) = 136+148+48=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #889430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889430 is #776BCF. Grayscale: #858585. Windows color (decimal): -7826384 or 3183752. OLE color: 3183752.

HSL color Cylindrical-coordinate representation of color #889430: hue angle of 67.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #889430 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 48 -
CMYK 0.08 0 0.68 0.42
HSL 67.2º 0.51% 0.38% -
HSV(B) 67.2º 0.68% 0.58% -
XYZ 21.28 26.63 6.81 -
YUV 133.01 80.02 130.13 -
System Red Green Blue C M Y K H S L
Decimal 136 148 48 0.08 0 0.68 0.42 67.2 0.51 0.38
Hex 88 94 30 8 0 44 2A 43 33 26
Octal 210 224 60 10 0 104 52 103 63 46
Binary 10001000 10010100 110000 1000 0 1000100 101010 1000011 110011 100110

Color Harmonies of #889430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889430

Black with #889430

Text Example


Text Example

White with #889430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889430; }

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

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

background-color css

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

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

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

border-color css

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

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

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