Html Css Color HEX #84A53F Sushi

📋 copy color: '#84A53F'

red 132 ◦ green 165 ◦ blue 63

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

Shades of Sushi #84A53F

Tints of Sushi #84A53F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.83%

 BLUE value IS 63 (25% from 255) = 17.5%

R = 36.67%
G = 45.83%
B = 17.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#84A53F (or 0x84A53F) is known color: Sushi. HEX triplet: 84, A5 and 3F. RGB value is (132,165,63). Sum of RGB (Red+Green+Blue) = 132+165+63=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #84A53F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A53F is #7B5AC0. Grayscale: #8F8F8F. Windows color (decimal): -8084161 or 4171140. OLE color: 4171140.

HSL color Cylindrical-coordinate representation of color #84A53F: hue angle of 79.41º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84A53F is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 165 63 -
CMYK 0.20 0 0.62 0.35
HSL 79.41º 0.45% 0.45% -
HSV(B) 79.41º 0.62% 0.65% -
XYZ 23.87 32.17 9.65 -
YUV 143.51 82.57 119.79 -
System Red Green Blue C M Y K H S L
Decimal 132 165 63 0.20 0 0.62 0.35 79.41 0.45 0.45
Hex 84 A5 3F 14 0 3E 23 4F 2D 2D
Octal 204 245 77 24 0 76 43 117 55 55
Binary 10000100 10100101 111111 10100 0 111110 100011 1001111 101101 101101

Color Harmonies of #84A53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A53F

Black with #84A53F

Text Example


Text Example

White with #84A53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,165,63); }

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

background-color css

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

 a { background-color: rgb(132,165,63); }

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

border-color css

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

 span { border-color: rgb(132,165,63); }

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