Html Css Color HEX #84A534 Sushi

📋 copy color: '#84A534'

red 132 ◦ green 165 ◦ blue 52

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

Shades of Sushi #84A534

Tints of Sushi #84A534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.9%

R = 37.82%
G = 47.28%
B = 14.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#84A534 (or 0x84A534) is known color: Sushi. HEX triplet: 84, A5 and 34. RGB value is (132,165,52). Sum of RGB (Red+Green+Blue) = 132+165+52=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #84A534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A534 is #7B5ACB. Grayscale: #8E8E8E. Windows color (decimal): -8084172 or 3450244. OLE color: 3450244.

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

Color convert

RGB 132 165 52 -
CMYK 0.20 0 0.68 0.35
HSL 77.52º 0.52% 0.43% -
HSV(B) 77.52º 0.68% 0.65% -
XYZ 23.59 32.06 8.19 -
YUV 142.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 132 165 52 0.20 0 0.68 0.35 77.52 0.52 0.43
Hex 84 A5 34 14 0 44 23 4E 34 2B
Octal 204 245 64 24 0 104 43 116 64 53
Binary 10000100 10100101 110100 10100 0 1000100 100011 1001110 110100 101011

Color Harmonies of #84A534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A534

Black with #84A534

Text Example


Text Example

White with #84A534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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