Html Css Color HEX #84A13D Sushi

📋 copy color: '#84A13D'

red 132 ◦ green 161 ◦ blue 61

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

Shades of Sushi #84A13D

Tints of Sushi #84A13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.23%

R = 37.29%
G = 45.48%
B = 17.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#84A13D (or 0x84A13D) is known color: Sushi. HEX triplet: 84, A1 and 3D. RGB value is (132,161,61). Sum of RGB (Red+Green+Blue) = 132+161+61=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #84A13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A13D is #7B5EC2. Grayscale: #8D8D8D. Windows color (decimal): -8085187 or 4039044. OLE color: 4039044.

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

Color convert

RGB 132 161 61 -
CMYK 0.18 0 0.62 0.37
HSL 77.4º 0.45% 0.44% -
HSV(B) 77.4º 0.62% 0.63% -
XYZ 23.1 30.73 9.13 -
YUV 140.93 82.89 121.63 -
System Red Green Blue C M Y K H S L
Decimal 132 161 61 0.18 0 0.62 0.37 77.4 0.45 0.44
Hex 84 A1 3D 12 0 3E 25 4D 2D 2C
Octal 204 241 75 22 0 76 45 115 55 54
Binary 10000100 10100001 111101 10010 0 111110 100101 1001101 101101 101100

Color Harmonies of #84A13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A13D

Black with #84A13D

Text Example


Text Example

White with #84A13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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