Html Css Color HEX #83A33C Sushi

📋 copy color: '#83A33C'

red 131 ◦ green 163 ◦ blue 60

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

Shades of Sushi #83A33C

Tints of Sushi #83A33C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.05%

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

R = 37.01%
G = 46.05%
B = 16.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#83A33C (or 0x83A33C) is known color: Sushi. HEX triplet: 83, A3 and 3C. RGB value is (131,163,60). Sum of RGB (Red+Green+Blue) = 131+163+60=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #83A33C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A33C is #7C5CC3. Grayscale: #8E8E8E. Windows color (decimal): -8150212 or 3974019. OLE color: 3974019.

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

Color convert

RGB 131 163 60 -
CMYK 0.20 0 0.63 0.36
HSL 78.64º 0.46% 0.44% -
HSV(B) 78.64º 0.63% 0.64% -
XYZ 23.27 31.35 9.1 -
YUV 141.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 131 163 60 0.20 0 0.63 0.36 78.64 0.46 0.44
Hex 83 A3 3C 14 0 3F 24 4F 2E 2C
Octal 203 243 74 24 0 77 44 117 56 54
Binary 10000011 10100011 111100 10100 0 111111 100100 1001111 101110 101100

Color Harmonies of #83A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A33C

Black with #83A33C

Text Example


Text Example

White with #83A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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