Html Css Color HEX #83897D Camouflage Green

📋 copy color: '#83897D'

red 131 ◦ green 137 ◦ blue 125

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

Shades of Camouflage Green #83897D

Tints of Camouflage Green #83897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 33.33%
G = 34.86%
B = 31.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#83897D (or 0x83897D) is known color: Camouflage Green. HEX triplet: 83, 89 and 7D. RGB value is (131,137,125). Sum of RGB (Red+Green+Blue) = 131+137+125=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 137 - color contains mainly: green. Hex color #83897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83897D is #7C7682. Grayscale: #858585. Windows color (decimal): -8156803 or 8227203. OLE color: 8227203.

HSL color Cylindrical-coordinate representation of color #83897D: hue angle of 90º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #83897D is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 137 125 -
CMYK 0.04 0 0.09 0.46
HSL 90º 0.05% 0.51% -
HSV(B) 90º 0.09% 0.54% -
XYZ 22.01 24.2 22.91 -
YUV 133.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 131 137 125 0.04 0 0.09 0.46 90 0.05 0.51
Hex 83 89 7D 4 0 9 2E 5A 5 33
Octal 203 211 175 4 0 11 56 132 5 63
Binary 10000011 10001001 1111101 100 0 1001 101110 1011010 101 110011

Color Harmonies of #83897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83897D

Black with #83897D

Text Example


Text Example

White with #83897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83897D; }

 p { color: rgb(131,137,125); }

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

background-color css

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

 a { background-color: rgb(131,137,125); }

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

border-color css

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

 span { border-color: rgb(131,137,125); }

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