Html Css Color HEX #838A33 Wasabi

📋 copy color: '#838A33'

red 131 ◦ green 138 ◦ blue 51

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

Shades of Wasabi #838A33

Tints of Wasabi #838A33

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.13%

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 40.94%
G = 43.13%
B = 15.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#838A33 (or 0x838A33) is known color: Wasabi. HEX triplet: 83, 8A and 33. RGB value is (131,138,51). Sum of RGB (Red+Green+Blue) = 131+138+51=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #838A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838A33 is #7C75CC. Grayscale: #7E7E7E. Windows color (decimal): -8156621 or 3377795. OLE color: 3377795.

HSL color Cylindrical-coordinate representation of color #838A33: hue angle of 64.83º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #838A33 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 138 51 -
CMYK 0.05 0 0.63 0.46
HSL 64.83º 0.46% 0.37% -
HSV(B) 64.83º 0.63% 0.54% -
XYZ 19.05 23.24 6.61 -
YUV 125.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 131 138 51 0.05 0 0.63 0.46 64.83 0.46 0.37
Hex 83 8A 33 5 0 3F 2E 41 2E 25
Octal 203 212 63 5 0 77 56 101 56 45
Binary 10000011 10001010 110011 101 0 111111 101110 1000001 101110 100101

Color Harmonies of #838A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A33

Black with #838A33

Text Example


Text Example

White with #838A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838A33; }

 p { color: rgb(131,138,51); }

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

background-color css

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

 a { background-color: rgb(131,138,51); }

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

border-color css

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

 span { border-color: rgb(131,138,51); }

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