Html Css Color HEX #838B45 Wasabi

📋 copy color: '#838B45'

red 131 ◦ green 139 ◦ blue 69

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

Shades of Wasabi #838B45

Tints of Wasabi #838B45

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 38.64%
G = 41%
B = 20.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#838B45 (or 0x838B45) is known color: Wasabi. HEX triplet: 83, 8B and 45. RGB value is (131,139,69). Sum of RGB (Red+Green+Blue) = 131+139+69=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #838B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838B45 is #7C74BA. Grayscale: #808080. Windows color (decimal): -8156347 or 4557699. OLE color: 4557699.

HSL color Cylindrical-coordinate representation of color #838B45: hue angle of 66.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #838B45 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 139 69 -
CMYK 0.06 0 0.50 0.45
HSL 66.86º 0.34% 0.41% -
HSV(B) 66.86º 0.5% 0.55% -
XYZ 19.67 23.72 9.17 -
YUV 128.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 131 139 69 0.06 0 0.50 0.45 66.86 0.34 0.41
Hex 83 8B 45 6 0 32 2D 43 22 29
Octal 203 213 105 6 0 62 55 103 42 51
Binary 10000011 10001011 1000101 110 0 110010 101101 1000011 100010 101001

Color Harmonies of #838B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838B45

Black with #838B45

Text Example


Text Example

White with #838B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,139,69); }

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

background-color css

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

 a { background-color: rgb(131,139,69); }

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

border-color css

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

 span { border-color: rgb(131,139,69); }

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