Html Css Color HEX #83A838 Sushi

📋 copy color: '#83A838'

red 131 ◦ green 168 ◦ blue 56

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

Shades of Sushi #83A838

Tints of Sushi #83A838

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.32%

 BLUE value IS 56 (22.27% from 255) = 15.77%

R = 36.9%
G = 47.32%
B = 15.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#83A838 (or 0x83A838) is known color: Sushi. HEX triplet: 83, A8 and 38. RGB value is (131,168,56). Sum of RGB (Red+Green+Blue) = 131+168+56=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #83A838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A838 is #7C57C7. Grayscale: #909090. Windows color (decimal): -8148936 or 3713155. OLE color: 3713155.

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

Color convert

RGB 131 168 56 -
CMYK 0.22 0 0.67 0.34
HSL 79.82º 0.5% 0.44% -
HSV(B) 79.82º 0.67% 0.66% -
XYZ 24.08 33.12 8.86 -
YUV 144.17 78.24 118.61 -
System Red Green Blue C M Y K H S L
Decimal 131 168 56 0.22 0 0.67 0.34 79.82 0.5 0.44
Hex 83 A8 38 16 0 43 22 50 32 2C
Octal 203 250 70 26 0 103 42 120 62 54
Binary 10000011 10101000 111000 10110 0 1000011 100010 1010000 110010 101100

Color Harmonies of #83A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A838

Black with #83A838

Text Example


Text Example

White with #83A838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,168,56); }

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

background-color css

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

 a { background-color: rgb(131,168,56); }

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

border-color css

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

 span { border-color: rgb(131,168,56); }

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