Html Css Color HEX #84AD38 Sushi

📋 copy color: '#84AD38'

red 132 ◦ green 173 ◦ blue 56

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

Shades of Sushi #84AD38

Tints of Sushi #84AD38

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.92%

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

R = 36.57%
G = 47.92%
B = 15.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#84AD38 (or 0x84AD38) is known color: Sushi. HEX triplet: 84, AD and 38. RGB value is (132,173,56). Sum of RGB (Red+Green+Blue) = 132+173+56=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AD38 is #7B52C7. Grayscale: #939393. Windows color (decimal): -8082120 or 3714436. OLE color: 3714436.

HSL color Cylindrical-coordinate representation of color #84AD38: hue angle of 81.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84AD38 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 173 56 -
CMYK 0.24 0 0.68 0.32
HSL 81.03º 0.51% 0.45% -
HSV(B) 81.03º 0.68% 0.68% -
XYZ 25.17 35.08 9.19 -
YUV 147.4 76.42 117.01 -
System Red Green Blue C M Y K H S L
Decimal 132 173 56 0.24 0 0.68 0.32 81.03 0.51 0.45
Hex 84 AD 38 18 0 44 20 51 33 2D
Octal 204 255 70 30 0 104 40 121 63 55
Binary 10000100 10101101 111000 11000 0 1000100 100000 1010001 110011 101101

Color Harmonies of #84AD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AD38

Black with #84AD38

Text Example


Text Example

White with #84AD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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