Html Css Color HEX #83AF3D Sushi

📋 copy color: '#83AF3D'

red 131 ◦ green 175 ◦ blue 61

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

Shades of Sushi #83AF3D

Tints of Sushi #83AF3D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.68%

 BLUE value IS 61 (24.22% from 255) = 16.62%

R = 35.69%
G = 47.68%
B = 16.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#83AF3D (or 0x83AF3D) is known color: Sushi. HEX triplet: 83, AF and 3D. RGB value is (131,175,61). Sum of RGB (Red+Green+Blue) = 131+175+61=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AF3D is #7C50C2. Grayscale: #959595. Windows color (decimal): -8147139 or 4042627. OLE color: 4042627.

HSL color Cylindrical-coordinate representation of color #83AF3D: hue angle of 83.16º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83AF3D is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 175 61 -
CMYK 0.25 0 0.65 0.31
HSL 83.16º 0.48% 0.46% -
HSV(B) 83.16º 0.65% 0.69% -
XYZ 25.53 35.82 9.98 -
YUV 148.85 78.42 115.27 -
System Red Green Blue C M Y K H S L
Decimal 131 175 61 0.25 0 0.65 0.31 83.16 0.48 0.46
Hex 83 AF 3D 19 0 41 1F 53 30 2E
Octal 203 257 75 31 0 101 37 123 60 56
Binary 10000011 10101111 111101 11001 0 1000001 11111 1010011 110000 101110

Color Harmonies of #83AF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF3D

Black with #83AF3D

Text Example


Text Example

White with #83AF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,175,61); }

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

background-color css

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

 a { background-color: rgb(131,175,61); }

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

border-color css

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

 span { border-color: rgb(131,175,61); }

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