Html Css Color HEX #83A02F Sushi

📋 copy color: '#83A02F'

red 131 ◦ green 160 ◦ blue 47

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

Shades of Sushi #83A02F

Tints of Sushi #83A02F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.34%

 BLUE value IS 47 (18.75% from 255) = 13.91%

R = 38.76%
G = 47.34%
B = 13.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#83A02F (or 0x83A02F) is known color: Sushi. HEX triplet: 83, A0 and 2F. RGB value is (131,160,47). Sum of RGB (Red+Green+Blue) = 131+160+47=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #83A02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A02F is #7C5FD0. Grayscale: #8A8A8A. Windows color (decimal): -8150993 or 3121283. OLE color: 3121283.

HSL color Cylindrical-coordinate representation of color #83A02F: hue angle of 75.4º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83A02F is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 160 47 -
CMYK 0.18 0 0.71 0.37
HSL 75.4º 0.55% 0.41% -
HSV(B) 75.4º 0.71% 0.63% -
XYZ 22.44 30.17 7.33 -
YUV 138.45 76.39 122.69 -
System Red Green Blue C M Y K H S L
Decimal 131 160 47 0.18 0 0.71 0.37 75.4 0.55 0.41
Hex 83 A0 2F 12 0 47 25 4B 37 29
Octal 203 240 57 22 0 107 45 113 67 51
Binary 10000011 10100000 101111 10010 0 1000111 100101 1001011 110111 101001

Color Harmonies of #83A02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A02F

Black with #83A02F

Text Example


Text Example

White with #83A02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,160,47); }

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

background-color css

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

 a { background-color: rgb(131,160,47); }

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

border-color css

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

 span { border-color: rgb(131,160,47); }

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