Html Css Color HEX #809F21 Sushi

📋 copy color: '#809F21'

red 128 ◦ green 159 ◦ blue 33

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

Shades of Sushi #809F21

Tints of Sushi #809F21

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.69%

 BLUE value IS 33 (13.28% from 255) = 10.31%

R = 40%
G = 49.69%
B = 10.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#809F21 (or 0x809F21) is known color: Sushi. HEX triplet: 80, 9F and 21. RGB value is (128,159,33). Sum of RGB (Red+Green+Blue) = 128+159+33=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #809F21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809F21 is #7F60DE. Grayscale: #878787. Windows color (decimal): -8347871 or 2203520. OLE color: 2203520.

HSL color Cylindrical-coordinate representation of color #809F21: hue angle of 74.76º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #809F21 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 159 33 -
CMYK 0.19 0 0.79 0.38
HSL 74.76º 0.66% 0.38% -
HSV(B) 74.76º 0.79% 0.62% -
XYZ 21.57 29.5 5.99 -
YUV 135.37 70.23 122.75 -
System Red Green Blue C M Y K H S L
Decimal 128 159 33 0.19 0 0.79 0.38 74.76 0.66 0.38
Hex 80 9F 21 13 0 4F 26 4B 42 26
Octal 200 237 41 23 0 117 46 113 102 46
Binary 10000000 10011111 100001 10011 0 1001111 100110 1001011 1000010 100110

Color Harmonies of #809F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809F21

Black with #809F21

Text Example


Text Example

White with #809F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,159,33); }

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

background-color css

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

 a { background-color: rgb(128,159,33); }

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

border-color css

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

 span { border-color: rgb(128,159,33); }

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