Html Css Color HEX #8C8D2C Wasabi

📋 copy color: '#8C8D2C'

red 140 ◦ green 141 ◦ blue 44

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

Shades of Wasabi #8C8D2C

Tints of Wasabi #8C8D2C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.38%

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 43.08%
G = 43.38%
B = 13.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C8D2C (or 0x8C8D2C) is known color: Wasabi. HEX triplet: 8C, 8D and 2C. RGB value is (140,141,44). Sum of RGB (Red+Green+Blue) = 140+141+44=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8D2C is #7372D3. Grayscale: #828282. Windows color (decimal): -7566036 or 2919820. OLE color: 2919820.

HSL color Cylindrical-coordinate representation of color #8C8D2C: hue angle of 60.62º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C8D2C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 141 44 -
CMYK 0.01 0 0.69 0.45
HSL 60.62º 0.52% 0.36% -
HSV(B) 60.62º 0.69% 0.55% -
XYZ 20.79 24.81 6.08 -
YUV 129.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 140 141 44 0.01 0 0.69 0.45 60.62 0.52 0.36
Hex 8C 8D 2C 1 0 45 2D 3D 34 24
Octal 214 215 54 1 0 105 55 75 64 44
Binary 10001100 10001101 101100 1 0 1000101 101101 111101 110100 100100

Color Harmonies of #8C8D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8D2C

Black with #8C8D2C

Text Example


Text Example

White with #8C8D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,141,44); }

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

background-color css

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

 a { background-color: rgb(140,141,44); }

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

border-color css

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

 span { border-color: rgb(140,141,44); }

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