Html Css Color HEX #83A935 Sushi

📋 copy color: '#83A935'

red 131 ◦ green 169 ◦ blue 53

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

Shades of Sushi #83A935

Tints of Sushi #83A935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.88%

 BLUE value IS 53 (21.09% from 255) = 15.01%

R = 37.11%
G = 47.88%
B = 15.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#83A935 (or 0x83A935) is known color: Sushi. HEX triplet: 83, A9 and 35. RGB value is (131,169,53). Sum of RGB (Red+Green+Blue) = 131+169+53=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 169 - color contains mainly: green. Hex color #83A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A935 is #7C56CA. Grayscale: #909090. Windows color (decimal): -8148683 or 3516803. OLE color: 3516803.

HSL color Cylindrical-coordinate representation of color #83A935: hue angle of 79.66º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83A935 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 169 53 -
CMYK 0.22 0 0.69 0.34
HSL 79.66º 0.52% 0.44% -
HSV(B) 79.66º 0.69% 0.66% -
XYZ 24.19 33.46 8.55 -
YUV 144.41 76.41 118.43 -
System Red Green Blue C M Y K H S L
Decimal 131 169 53 0.22 0 0.69 0.34 79.66 0.52 0.44
Hex 83 A9 35 16 0 45 22 50 34 2C
Octal 203 251 65 26 0 105 42 120 64 54
Binary 10000011 10101001 110101 10110 0 1000101 100010 1010000 110100 101100

Color Harmonies of #83A935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A935

Black with #83A935

Text Example


Text Example

White with #83A935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A935; }

 p { color: rgb(131,169,53); }

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

background-color css

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

 a { background-color: rgb(131,169,53); }

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

border-color css

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

 span { border-color: rgb(131,169,53); }

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