Html Css Color HEX #84A541 Sushi

📋 copy color: '#84A541'

red 132 ◦ green 165 ◦ blue 65

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

Shades of Sushi #84A541

Tints of Sushi #84A541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 36.46%
G = 45.58%
B = 17.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#84A541 (or 0x84A541) is known color: Sushi. HEX triplet: 84, A5 and 41. RGB value is (132,165,65). Sum of RGB (Red+Green+Blue) = 132+165+65=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #84A541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A541 is #7B5ABE. Grayscale: #909090. Windows color (decimal): -8084159 or 4302212. OLE color: 4302212.

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

Color convert

RGB 132 165 65 -
CMYK 0.20 0 0.61 0.35
HSL 79.8º 0.43% 0.45% -
HSV(B) 79.8º 0.61% 0.65% -
XYZ 23.92 32.2 9.95 -
YUV 143.73 83.57 119.63 -
System Red Green Blue C M Y K H S L
Decimal 132 165 65 0.20 0 0.61 0.35 79.8 0.43 0.45
Hex 84 A5 41 14 0 3D 23 50 2B 2D
Octal 204 245 101 24 0 75 43 120 53 55
Binary 10000100 10100101 1000001 10100 0 111101 100011 1010000 101011 101101

Color Harmonies of #84A541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A541

Black with #84A541

Text Example


Text Example

White with #84A541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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