Html Css Color HEX #84AB42 Sushi

📋 copy color: '#84AB42'

red 132 ◦ green 171 ◦ blue 66

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

Shades of Sushi #84AB42

Tints of Sushi #84AB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 35.77%
G = 46.34%
B = 17.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#84AB42 (or 0x84AB42) is known color: Sushi. HEX triplet: 84, AB and 42. RGB value is (132,171,66). Sum of RGB (Red+Green+Blue) = 132+171+66=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AB42 is #7B54BD. Grayscale: #939393. Windows color (decimal): -8082622 or 4369284. OLE color: 4369284.

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

Color convert

RGB 132 171 66 -
CMYK 0.23 0 0.61 0.33
HSL 82.29º 0.44% 0.46% -
HSV(B) 82.29º 0.61% 0.67% -
XYZ 25.06 34.42 10.48 -
YUV 147.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 132 171 66 0.23 0 0.61 0.33 82.29 0.44 0.46
Hex 84 AB 42 17 0 3D 21 52 2C 2E
Octal 204 253 102 27 0 75 41 122 54 56
Binary 10000100 10101011 1000010 10111 0 111101 100001 1010010 101100 101110

Color Harmonies of #84AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AB42

Black with #84AB42

Text Example


Text Example

White with #84AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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