Html Css Color HEX #839530 Wasabi

📋 copy color: '#839530'

red 131 ◦ green 149 ◦ blue 48

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

Shades of Wasabi #839530

Tints of Wasabi #839530

RGB

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

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

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

R = 39.94%
G = 45.43%
B = 14.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#839530 (or 0x839530) is known color: Wasabi. HEX triplet: 83, 95 and 30. RGB value is (131,149,48). Sum of RGB (Red+Green+Blue) = 131+149+48=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #839530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839530 is #7C6ACF. Grayscale: #848484. Windows color (decimal): -8153808 or 3184003. OLE color: 3184003.

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

Color convert

RGB 131 149 48 -
CMYK 0.12 0 0.68 0.42
HSL 70.69º 0.51% 0.39% -
HSV(B) 70.69º 0.68% 0.58% -
XYZ 20.64 26.53 6.83 -
YUV 132.1 80.54 127.21 -
System Red Green Blue C M Y K H S L
Decimal 131 149 48 0.12 0 0.68 0.42 70.69 0.51 0.39
Hex 83 95 30 C 0 44 2A 47 33 27
Octal 203 225 60 14 0 104 52 107 63 47
Binary 10000011 10010101 110000 1100 0 1000100 101010 1000111 110011 100111

Color Harmonies of #839530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839530

Black with #839530

Text Example


Text Example

White with #839530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839530; }

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

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

background-color css

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

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

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

border-color css

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

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

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