Html Css Color HEX #809B38 Sushi

📋 copy color: '#809B38'

red 128 ◦ green 155 ◦ blue 56

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

Shades of Sushi #809B38

Tints of Sushi #809B38

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.72%

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

R = 37.76%
G = 45.72%
B = 16.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#809B38 (or 0x809B38) is known color: Sushi. HEX triplet: 80, 9B and 38. RGB value is (128,155,56). Sum of RGB (Red+Green+Blue) = 128+155+56=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #809B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809B38 is #7F64C7. Grayscale: #888888. Windows color (decimal): -8348872 or 3709824. OLE color: 3709824.

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

Color convert

RGB 128 155 56 -
CMYK 0.17 0 0.64 0.39
HSL 76.36º 0.47% 0.41% -
HSV(B) 76.36º 0.64% 0.61% -
XYZ 21.34 28.32 8.08 -
YUV 135.64 83.05 122.55 -
System Red Green Blue C M Y K H S L
Decimal 128 155 56 0.17 0 0.64 0.39 76.36 0.47 0.41
Hex 80 9B 38 11 0 40 27 4C 2F 29
Octal 200 233 70 21 0 100 47 114 57 51
Binary 10000000 10011011 111000 10001 0 1000000 100111 1001100 101111 101001

Color Harmonies of #809B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B38

Black with #809B38

Text Example


Text Example

White with #809B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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