Html Css Color HEX #809933 Sushi

📋 copy color: '#809933'

red 128 ◦ green 153 ◦ blue 51

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

Shades of Sushi #809933

Tints of Sushi #809933

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.08%

 BLUE value IS 51 (20.31% from 255) = 15.36%

R = 38.55%
G = 46.08%
B = 15.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#809933 (or 0x809933) is known color: Sushi. HEX triplet: 80, 99 and 33. RGB value is (128,153,51). Sum of RGB (Red+Green+Blue) = 128+153+51=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #809933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809933 is #7F66CC. Grayscale: #868686. Windows color (decimal): -8349389 or 3381632. OLE color: 3381632.

HSL color Cylindrical-coordinate representation of color #809933: hue angle of 74.71º 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 #809933 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 51 -
CMYK 0.16 0 0.67 0.4
HSL 74.71º 0.5% 0.4% -
HSV(B) 74.71º 0.67% 0.6% -
XYZ 20.89 27.61 7.36 -
YUV 133.9 81.22 123.79 -
System Red Green Blue C M Y K H S L
Decimal 128 153 51 0.16 0 0.67 0.4 74.71 0.5 0.4
Hex 80 99 33 10 0 43 28 4B 32 28
Octal 200 231 63 20 0 103 50 113 62 50
Binary 10000000 10011001 110011 10000 0 1000011 101000 1001011 110010 101000

Color Harmonies of #809933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809933

Black with #809933

Text Example


Text Example

White with #809933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809933; }

 p { color: rgb(128,153,51); }

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

background-color css

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

 a { background-color: rgb(128,153,51); }

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

border-color css

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

 span { border-color: rgb(128,153,51); }

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