Html Css Color HEX #8F9530 Wasabi

📋 copy color: '#8F9530'

red 143 ◦ green 149 ◦ blue 48

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

Shades of Wasabi #8F9530

Tints of Wasabi #8F9530

RGB

 RED value IS 143 (56.25% from 255) = 42.06%

 GREEN value IS 149 (58.59% from 255) = 43.82%

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

R = 42.06%
G = 43.82%
B = 14.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#8F9530 (or 0x8F9530) is known color: Wasabi. HEX triplet: 8F, 95 and 30. RGB value is (143,149,48). Sum of RGB (Red+Green+Blue) = 143+149+48=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9530 is #706ACF. Grayscale: #888888. Windows color (decimal): -7367376 or 3184015. OLE color: 3184015.

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

Color convert

RGB 143 149 48 -
CMYK 0.04 0 0.68 0.42
HSL 63.56º 0.51% 0.39% -
HSV(B) 63.56º 0.68% 0.58% -
XYZ 22.61 27.55 6.92 -
YUV 135.69 78.51 133.21 -
System Red Green Blue C M Y K H S L
Decimal 143 149 48 0.04 0 0.68 0.42 63.56 0.51 0.39
Hex 8F 95 30 4 0 44 2A 40 33 27
Octal 217 225 60 4 0 104 52 100 63 47
Binary 10001111 10010101 110000 100 0 1000100 101010 1000000 110011 100111

Color Harmonies of #8F9530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9530

Black with #8F9530

Text Example


Text Example

White with #8F9530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,149,48); }

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

background-color css

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

 a { background-color: rgb(143,149,48); }

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

border-color css

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

 span { border-color: rgb(143,149,48); }

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