Html Css Color HEX #83A445 Sushi

📋 copy color: '#83A445'

red 131 ◦ green 164 ◦ blue 69

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

Shades of Sushi #83A445

Tints of Sushi #83A445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.05%

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

R = 35.99%
G = 45.05%
B = 18.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#83A445 (or 0x83A445) is known color: Sushi. HEX triplet: 83, A4 and 45. RGB value is (131,164,69). Sum of RGB (Red+Green+Blue) = 131+164+69=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #83A445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A445 is #7C5BBA. Grayscale: #8F8F8F. Windows color (decimal): -8149947 or 4564099. OLE color: 4564099.

HSL color Cylindrical-coordinate representation of color #83A445: hue angle of 80.84º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83A445 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 164 69 -
CMYK 0.20 0 0.58 0.36
HSL 80.84º 0.41% 0.46% -
HSV(B) 80.84º 0.58% 0.64% -
XYZ 23.71 31.81 10.52 -
YUV 143.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 131 164 69 0.20 0 0.58 0.36 80.84 0.41 0.46
Hex 83 A4 45 14 0 3A 24 51 29 2E
Octal 203 244 105 24 0 72 44 121 51 56
Binary 10000011 10100100 1000101 10100 0 111010 100100 1010001 101001 101110

Color Harmonies of #83A445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A445

Black with #83A445

Text Example


Text Example

White with #83A445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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