Html Css Color HEX #809830 Sushi

📋 copy color: '#809830'

red 128 ◦ green 152 ◦ blue 48

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

Shades of Sushi #809830

Tints of Sushi #809830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 39.02%
G = 46.34%
B = 14.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#809830 (or 0x809830) is known color: Sushi. HEX triplet: 80, 98 and 30. RGB value is (128,152,48). Sum of RGB (Red+Green+Blue) = 128+152+48=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #809830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809830 is #7F67CF. Grayscale: #858585. Windows color (decimal): -8349648 or 3184768. OLE color: 3184768.

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

Color convert

RGB 128 152 48 -
CMYK 0.16 0 0.68 0.40
HSL 73.85º 0.52% 0.39% -
HSV(B) 73.85º 0.68% 0.6% -
XYZ 20.66 27.26 6.97 -
YUV 132.97 80.05 124.46 -
System Red Green Blue C M Y K H S L
Decimal 128 152 48 0.16 0 0.68 0.40 73.85 0.52 0.39
Hex 80 98 30 10 0 44 28 4A 34 27
Octal 200 230 60 20 0 104 50 112 64 47
Binary 10000000 10011000 110000 10000 0 1000100 101000 1001010 110100 100111

Color Harmonies of #809830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809830

Black with #809830

Text Example


Text Example

White with #809830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809830; }

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

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

background-color css

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

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

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

border-color css

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

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

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