Html Css Color HEX #84A038 Sushi

📋 copy color: '#84A038'

red 132 ◦ green 160 ◦ blue 56

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

Shades of Sushi #84A038

Tints of Sushi #84A038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 37.93%
G = 45.98%
B = 16.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#84A038 (or 0x84A038) is known color: Sushi. HEX triplet: 84, A0 and 38. RGB value is (132,160,56). Sum of RGB (Red+Green+Blue) = 132+160+56=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #84A038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A038 is #7B5FC7. Grayscale: #8C8C8C. Windows color (decimal): -8085448 or 3711108. OLE color: 3711108.

HSL color Cylindrical-coordinate representation of color #84A038: hue angle of 76.15º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84A038 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 160 56 -
CMYK 0.17 0 0.65 0.37
HSL 76.15º 0.48% 0.42% -
HSV(B) 76.15º 0.65% 0.63% -
XYZ 22.8 30.33 8.39 -
YUV 139.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 132 160 56 0.17 0 0.65 0.37 76.15 0.48 0.42
Hex 84 A0 38 11 0 41 25 4C 30 2A
Octal 204 240 70 21 0 101 45 114 60 52
Binary 10000100 10100000 111000 10001 0 1000001 100101 1001100 110000 101010

Color Harmonies of #84A038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A038

Black with #84A038

Text Example


Text Example

White with #84A038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,160,56); }

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

background-color css

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

 a { background-color: rgb(132,160,56); }

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

border-color css

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

 span { border-color: rgb(132,160,56); }

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