Html Css Color HEX #809832 Sushi

📋 copy color: '#809832'

red 128 ◦ green 152 ◦ blue 50

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

Shades of Sushi #809832

Tints of Sushi #809832

RGB

 RED value IS 128 (50.39% from 255) = 38.79%

 GREEN value IS 152 (59.77% from 255) = 46.06%

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 38.79%
G = 46.06%
B = 15.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#809832 (or 0x809832) is known color: Sushi. HEX triplet: 80, 98 and 32. RGB value is (128,152,50). Sum of RGB (Red+Green+Blue) = 128+152+50=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #809832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809832 is #7F67CD. Grayscale: #858585. Windows color (decimal): -8349646 or 3315840. OLE color: 3315840.

HSL color Cylindrical-coordinate representation of color #809832: hue angle of 74.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #809832 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 50 -
CMYK 0.16 0 0.67 0.40
HSL 74.12º 0.5% 0.4% -
HSV(B) 74.12º 0.67% 0.6% -
XYZ 20.71 27.28 7.19 -
YUV 133.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 128 152 50 0.16 0 0.67 0.40 74.12 0.5 0.4
Hex 80 98 32 10 0 43 28 4A 32 28
Octal 200 230 62 20 0 103 50 112 62 50
Binary 10000000 10011000 110010 10000 0 1000011 101000 1001010 110010 101000

Color Harmonies of #809832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809832

Black with #809832

Text Example


Text Example

White with #809832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809832; }

 p { color: rgb(128,152,50); }

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

background-color css

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

 a { background-color: rgb(128,152,50); }

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

border-color css

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

 span { border-color: rgb(128,152,50); }

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