Html Css Color HEX #8C9030 Wasabi

📋 copy color: '#8C9030'

red 140 ◦ green 144 ◦ blue 48

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

Shades of Wasabi #8C9030

Tints of Wasabi #8C9030

RGB

 RED value IS 140 (55.08% from 255) = 42.17%

 GREEN value IS 144 (56.64% from 255) = 43.37%

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

R = 42.17%
G = 43.37%
B = 14.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8C9030 (or 0x8C9030) is known color: Wasabi. HEX triplet: 8C, 90 and 30. RGB value is (140,144,48). Sum of RGB (Red+Green+Blue) = 140+144+48=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9030 is #736FCF. Grayscale: #848484. Windows color (decimal): -7565264 or 3182732. OLE color: 3182732.

HSL color Cylindrical-coordinate representation of color #8C9030: hue angle of 62.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C9030 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 144 48 -
CMYK 0.03 0 0.67 0.44
HSL 62.5º 0.5% 0.38% -
HSV(B) 62.5º 0.67% 0.56% -
XYZ 21.32 25.74 6.64 -
YUV 131.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 140 144 48 0.03 0 0.67 0.44 62.5 0.5 0.38
Hex 8C 90 30 3 0 43 2C 3F 32 26
Octal 214 220 60 3 0 103 54 77 62 46
Binary 10001100 10010000 110000 11 0 1000011 101100 111111 110010 100110

Color Harmonies of #8C9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9030

Black with #8C9030

Text Example


Text Example

White with #8C9030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,144,48); }

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

background-color css

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

 a { background-color: rgb(140,144,48); }

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

border-color css

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

 span { border-color: rgb(140,144,48); }

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