Html Css Color HEX #84B33F Sushi

📋 copy color: '#84B33F'

red 132 ◦ green 179 ◦ blue 63

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

Shades of Sushi #84B33F

Tints of Sushi #84B33F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.86%

 BLUE value IS 63 (25% from 255) = 16.84%

R = 35.29%
G = 47.86%
B = 16.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#84B33F (or 0x84B33F) is known color: Sushi. HEX triplet: 84, B3 and 3F. RGB value is (132,179,63). Sum of RGB (Red+Green+Blue) = 132+179+63=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #84B33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B33F is #7B4CC0. Grayscale: #989898. Windows color (decimal): -8080577 or 4174724. OLE color: 4174724.

HSL color Cylindrical-coordinate representation of color #84B33F: hue angle of 84.31º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84B33F is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 179 63 -
CMYK 0.26 0 0.65 0.30
HSL 84.31º 0.48% 0.47% -
HSV(B) 84.31º 0.65% 0.7% -
XYZ 26.53 37.5 10.54 -
YUV 151.72 77.93 113.93 -
System Red Green Blue C M Y K H S L
Decimal 132 179 63 0.26 0 0.65 0.30 84.31 0.48 0.47
Hex 84 B3 3F 1A 0 41 1E 54 30 2F
Octal 204 263 77 32 0 101 36 124 60 57
Binary 10000100 10110011 111111 11010 0 1000001 11110 1010100 110000 101111

Color Harmonies of #84B33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B33F

Black with #84B33F

Text Example


Text Example

White with #84B33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,179,63); }

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

background-color css

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

 a { background-color: rgb(132,179,63); }

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

border-color css

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

 span { border-color: rgb(132,179,63); }

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