Html Css Color HEX #84AB36 Sushi

📋 copy color: '#84AB36'

red 132 ◦ green 171 ◦ blue 54

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

Shades of Sushi #84AB36

Tints of Sushi #84AB36

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.9%

 BLUE value IS 54 (21.48% from 255) = 15.13%

R = 36.97%
G = 47.9%
B = 15.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#84AB36 (or 0x84AB36) is known color: Sushi. HEX triplet: 84, AB and 36. RGB value is (132,171,54). Sum of RGB (Red+Green+Blue) = 132+171+54=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AB36 is #7B54C9. Grayscale: #929292. Windows color (decimal): -8082634 or 3582852. OLE color: 3582852.

HSL color Cylindrical-coordinate representation of color #84AB36: hue angle of 80º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84AB36 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 171 54 -
CMYK 0.23 0 0.68 0.33
HSL 80º 0.52% 0.44% -
HSV(B) 80º 0.68% 0.67% -
XYZ 24.74 34.3 8.81 -
YUV 146 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 132 171 54 0.23 0 0.68 0.33 80 0.52 0.44
Hex 84 AB 36 17 0 44 21 50 34 2C
Octal 204 253 66 27 0 104 41 120 64 54
Binary 10000100 10101011 110110 10111 0 1000100 100001 1010000 110100 101100

Color Harmonies of #84AB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AB36

Black with #84AB36

Text Example


Text Example

White with #84AB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,171,54); }

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

background-color css

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

 a { background-color: rgb(132,171,54); }

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

border-color css

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

 span { border-color: rgb(132,171,54); }

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