Html Css Color HEX #83A540 Sushi

📋 copy color: '#83A540'

red 131 ◦ green 165 ◦ blue 64

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

Shades of Sushi #83A540

Tints of Sushi #83A540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.83%

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 36.39%
G = 45.83%
B = 17.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#83A540 (or 0x83A540) is known color: Sushi. HEX triplet: 83, A5 and 40. RGB value is (131,165,64). Sum of RGB (Red+Green+Blue) = 131+165+64=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #83A540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A540 is #7C5ABF. Grayscale: #8F8F8F. Windows color (decimal): -8149696 or 4236675. OLE color: 4236675.

HSL color Cylindrical-coordinate representation of color #83A540: hue angle of 80.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83A540 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 165 64 -
CMYK 0.21 0 0.61 0.35
HSL 80.2º 0.44% 0.45% -
HSV(B) 80.2º 0.61% 0.65% -
XYZ 23.74 32.11 9.8 -
YUV 143.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 131 165 64 0.21 0 0.61 0.35 80.2 0.44 0.45
Hex 83 A5 40 15 0 3D 23 50 2C 2D
Octal 203 245 100 25 0 75 43 120 54 55
Binary 10000011 10100101 1000000 10101 0 111101 100011 1010000 101100 101101

Color Harmonies of #83A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A540

Black with #83A540

Text Example


Text Example

White with #83A540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,165,64); }

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

background-color css

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

 a { background-color: rgb(131,165,64); }

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

border-color css

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

 span { border-color: rgb(131,165,64); }

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