Html Css Color HEX #84A93D Sushi

📋 copy color: '#84A93D'

red 132 ◦ green 169 ◦ blue 61

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

Shades of Sushi #84A93D

Tints of Sushi #84A93D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.69%

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

R = 36.46%
G = 46.69%
B = 16.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#84A93D (or 0x84A93D) is known color: Sushi. HEX triplet: 84, A9 and 3D. RGB value is (132,169,61). Sum of RGB (Red+Green+Blue) = 132+169+61=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #84A93D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A93D is #7B56C2. Grayscale: #929292. Windows color (decimal): -8083139 or 4041092. OLE color: 4041092.

HSL color Cylindrical-coordinate representation of color #84A93D: hue angle of 80.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84A93D is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 132 169 61 -
CMYK 0.22 0 0.64 0.34
HSL 80.56º 0.47% 0.45% -
HSV(B) 80.56º 0.64% 0.66% -
XYZ 24.55 33.62 9.61 -
YUV 145.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 132 169 61 0.22 0 0.64 0.34 80.56 0.47 0.45
Hex 84 A9 3D 16 0 40 22 51 2F 2D
Octal 204 251 75 26 0 100 42 121 57 55
Binary 10000100 10101001 111101 10110 0 1000000 100010 1010001 101111 101101

Color Harmonies of #84A93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A93D

Black with #84A93D

Text Example


Text Example

White with #84A93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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