Html Css Color HEX #839130 Wasabi

📋 copy color: '#839130'

red 131 ◦ green 145 ◦ blue 48

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

Shades of Wasabi #839130

Tints of Wasabi #839130

RGB

 RED value IS 131 (51.56% from 255) = 40.43%

 GREEN value IS 145 (57.03% from 255) = 44.75%

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

R = 40.43%
G = 44.75%
B = 14.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#839130 (or 0x839130) is known color: Wasabi. HEX triplet: 83, 91 and 30. RGB value is (131,145,48). Sum of RGB (Red+Green+Blue) = 131+145+48=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #839130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839130 is #7C6ECF. Grayscale: #828282. Windows color (decimal): -8154832 or 3182979. OLE color: 3182979.

HSL color Cylindrical-coordinate representation of color #839130: hue angle of 68.66º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #839130 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 145 48 -
CMYK 0.10 0 0.67 0.43
HSL 68.66º 0.5% 0.38% -
HSV(B) 68.66º 0.67% 0.57% -
XYZ 20.02 25.29 6.62 -
YUV 129.76 81.86 128.89 -
System Red Green Blue C M Y K H S L
Decimal 131 145 48 0.10 0 0.67 0.43 68.66 0.5 0.38
Hex 83 91 30 A 0 43 2B 45 32 26
Octal 203 221 60 12 0 103 53 105 62 46
Binary 10000011 10010001 110000 1010 0 1000011 101011 1000101 110010 100110

Color Harmonies of #839130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839130

Black with #839130

Text Example


Text Example

White with #839130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839130; }

 p { color: rgb(131,145,48); }

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

background-color css

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

 a { background-color: rgb(131,145,48); }

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

border-color css

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

 span { border-color: rgb(131,145,48); }

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