Html Css Color HEX #809C38 Sushi

📋 copy color: '#809C38'

red 128 ◦ green 156 ◦ blue 56

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

Shades of Sushi #809C38

Tints of Sushi #809C38

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.88%

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

R = 37.65%
G = 45.88%
B = 16.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#809C38 (or 0x809C38) is known color: Sushi. HEX triplet: 80, 9C and 38. RGB value is (128,156,56). Sum of RGB (Red+Green+Blue) = 128+156+56=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #809C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809C38 is #7F63C7. Grayscale: #888888. Windows color (decimal): -8348616 or 3710080. OLE color: 3710080.

HSL color Cylindrical-coordinate representation of color #809C38: hue angle of 76.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #809C38 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 156 56 -
CMYK 0.18 0 0.64 0.39
HSL 76.8º 0.47% 0.42% -
HSV(B) 76.8º 0.64% 0.61% -
XYZ 21.5 28.65 8.14 -
YUV 136.23 82.72 122.13 -
System Red Green Blue C M Y K H S L
Decimal 128 156 56 0.18 0 0.64 0.39 76.8 0.47 0.42
Hex 80 9C 38 12 0 40 27 4D 2F 2A
Octal 200 234 70 22 0 100 47 115 57 52
Binary 10000000 10011100 111000 10010 0 1000000 100111 1001101 101111 101010

Color Harmonies of #809C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809C38

Black with #809C38

Text Example


Text Example

White with #809C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809C38; }

 p { color: rgb(128,156,56); }

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

background-color css

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

 a { background-color: rgb(128,156,56); }

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

border-color css

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

 span { border-color: rgb(128,156,56); }

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