Html Css Color HEX #838C45 Wasabi

📋 copy color: '#838C45'

red 131 ◦ green 140 ◦ blue 69

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

Shades of Wasabi #838C45

Tints of Wasabi #838C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.18%

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

R = 38.53%
G = 41.18%
B = 20.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#838C45 (or 0x838C45) is known color: Wasabi. HEX triplet: 83, 8C and 45. RGB value is (131,140,69). Sum of RGB (Red+Green+Blue) = 131+140+69=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #838C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838C45 is #7C73BA. Grayscale: #818181. Windows color (decimal): -8156091 or 4557955. OLE color: 4557955.

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

Color convert

RGB 131 140 69 -
CMYK 0.06 0 0.51 0.45
HSL 67.61º 0.34% 0.41% -
HSV(B) 67.61º 0.51% 0.55% -
XYZ 19.81 24.01 9.22 -
YUV 129.22 94.02 129.27 -
System Red Green Blue C M Y K H S L
Decimal 131 140 69 0.06 0 0.51 0.45 67.61 0.34 0.41
Hex 83 8C 45 6 0 33 2D 44 22 29
Octal 203 214 105 6 0 63 55 104 42 51
Binary 10000011 10001100 1000101 110 0 110011 101101 1000100 100010 101001

Color Harmonies of #838C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838C45

Black with #838C45

Text Example


Text Example

White with #838C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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