Html Css Color HEX #83A93C Sushi

📋 copy color: '#83A93C'

red 131 ◦ green 169 ◦ blue 60

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

Shades of Sushi #83A93C

Tints of Sushi #83A93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 36.39%
G = 46.94%
B = 16.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#83A93C (or 0x83A93C) is known color: Sushi. HEX triplet: 83, A9 and 3C. RGB value is (131,169,60). Sum of RGB (Red+Green+Blue) = 131+169+60=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #83A93C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A93C is #7C56C3. Grayscale: #919191. Windows color (decimal): -8148676 or 3975555. OLE color: 3975555.

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

Color convert

RGB 131 169 60 -
CMYK 0.22 0 0.64 0.34
HSL 80.92º 0.48% 0.45% -
HSV(B) 80.92º 0.64% 0.66% -
XYZ 24.36 33.53 9.46 -
YUV 145.21 79.91 117.86 -
System Red Green Blue C M Y K H S L
Decimal 131 169 60 0.22 0 0.64 0.34 80.92 0.48 0.45
Hex 83 A9 3C 16 0 40 22 51 30 2D
Octal 203 251 74 26 0 100 42 121 60 55
Binary 10000011 10101001 111100 10110 0 1000000 100010 1010001 110000 101101

Color Harmonies of #83A93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A93C

Black with #83A93C

Text Example


Text Example

White with #83A93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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