Html Css Color HEX #84A13C Sushi

📋 copy color: '#84A13C'

red 132 ◦ green 161 ◦ blue 60

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

Shades of Sushi #84A13C

Tints of Sushi #84A13C

RGB

 RED value IS 132 (51.95% from 255) = 37.39%

 GREEN value IS 161 (63.28% from 255) = 45.61%

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

R = 37.39%
G = 45.61%
B = 17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#84A13C (or 0x84A13C) is known color: Sushi. HEX triplet: 84, A1 and 3C. RGB value is (132,161,60). Sum of RGB (Red+Green+Blue) = 132+161+60=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #84A13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A13C is #7B5EC3. Grayscale: #8D8D8D. Windows color (decimal): -8085188 or 3973508. OLE color: 3973508.

HSL color Cylindrical-coordinate representation of color #84A13C: hue angle of 77.23º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84A13C is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 161 60 -
CMYK 0.18 0 0.63 0.37
HSL 77.23º 0.46% 0.43% -
HSV(B) 77.23º 0.63% 0.63% -
XYZ 23.08 30.72 8.99 -
YUV 140.82 82.39 121.71 -
System Red Green Blue C M Y K H S L
Decimal 132 161 60 0.18 0 0.63 0.37 77.23 0.46 0.43
Hex 84 A1 3C 12 0 3F 25 4D 2E 2B
Octal 204 241 74 22 0 77 45 115 56 53
Binary 10000100 10100001 111100 10010 0 111111 100101 1001101 101110 101011

Color Harmonies of #84A13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A13C

Black with #84A13C

Text Example


Text Example

White with #84A13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A13C; }

 p { color: rgb(132,161,60); }

 H1.HeaderClassName
 {
   color: #84A13C;
 }
 .AnyTagClassName
 {
   color: #84A13C;
 }
</style>

background-color css

<style>
 a { background-color: #84A13C; }

 a { background-color: rgb(132,161,60); }

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

border-color css

<style>
 span { border-color: #84A13C; }

 span { border-color: rgb(132,161,60); }

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