Html Css Color HEX #8A9430 Wasabi

📋 copy color: '#8A9430'

red 138 ◦ green 148 ◦ blue 48

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

Shades of Wasabi #8A9430

Tints of Wasabi #8A9430

RGB

 RED value IS 138 (54.3% from 255) = 41.32%

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

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

R = 41.32%
G = 44.31%
B = 14.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#8A9430 (or 0x8A9430) is known color: Wasabi. HEX triplet: 8A, 94 and 30. RGB value is (138,148,48). Sum of RGB (Red+Green+Blue) = 138+148+48=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9430 is #756BCF. Grayscale: #868686. Windows color (decimal): -7695312 or 3183754. OLE color: 3183754.

HSL color Cylindrical-coordinate representation of color #8A9430: hue angle of 66º 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 #8A9430 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 148 48 -
CMYK 0.07 0 0.68 0.42
HSL 66º 0.51% 0.38% -
HSV(B) 66º 0.68% 0.58% -
XYZ 21.6 26.8 6.83 -
YUV 133.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 138 148 48 0.07 0 0.68 0.42 66 0.51 0.38
Hex 8A 94 30 7 0 44 2A 42 33 26
Octal 212 224 60 7 0 104 52 102 63 46
Binary 10001010 10010100 110000 111 0 1000100 101010 1000010 110011 100110

Color Harmonies of #8A9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9430

Black with #8A9430

Text Example


Text Example

White with #8A9430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9430; }

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

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

background-color css

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

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

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

border-color css

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

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

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