Html Css Color HEX #809826 Sushi

📋 copy color: '#809826'

red 128 ◦ green 152 ◦ blue 38

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

Shades of Sushi #809826

Tints of Sushi #809826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.95%

R = 40.25%
G = 47.8%
B = 11.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#809826 (or 0x809826) is known color: Sushi. HEX triplet: 80, 98 and 26. RGB value is (128,152,38). Sum of RGB (Red+Green+Blue) = 128+152+38=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #809826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809826 is #7F67D9. Grayscale: #848484. Windows color (decimal): -8349658 or 2529408. OLE color: 2529408.

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

Color convert

RGB 128 152 38 -
CMYK 0.16 0 0.75 0.40
HSL 72.63º 0.6% 0.37% -
HSV(B) 72.63º 0.75% 0.6% -
XYZ 20.48 27.19 6 -
YUV 131.83 75.05 125.27 -
System Red Green Blue C M Y K H S L
Decimal 128 152 38 0.16 0 0.75 0.40 72.63 0.6 0.37
Hex 80 98 26 10 0 4B 28 49 3C 25
Octal 200 230 46 20 0 113 50 111 74 45
Binary 10000000 10011000 100110 10000 0 1001011 101000 1001001 111100 100101

Color Harmonies of #809826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809826

Black with #809826

Text Example


Text Example

White with #809826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809826; }

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

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

background-color css

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

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

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

border-color css

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

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

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