Html Css Color HEX #809B25 Sushi

📋 copy color: '#809B25'

red 128 ◦ green 155 ◦ blue 37

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

Shades of Sushi #809B25

Tints of Sushi #809B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 40%
G = 48.44%
B = 11.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#809B25 (or 0x809B25) is known color: Sushi. HEX triplet: 80, 9B and 25. RGB value is (128,155,37). Sum of RGB (Red+Green+Blue) = 128+155+37=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #809B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809B25 is #7F64DA. Grayscale: #858585. Windows color (decimal): -8348891 or 2464640. OLE color: 2464640.

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

Color convert

RGB 128 155 37 -
CMYK 0.17 0 0.76 0.39
HSL 73.73º 0.61% 0.38% -
HSV(B) 73.73º 0.76% 0.61% -
XYZ 20.96 28.17 6.08 -
YUV 133.48 73.55 124.09 -
System Red Green Blue C M Y K H S L
Decimal 128 155 37 0.17 0 0.76 0.39 73.73 0.61 0.38
Hex 80 9B 25 11 0 4C 27 4A 3D 26
Octal 200 233 45 21 0 114 47 112 75 46
Binary 10000000 10011011 100101 10001 0 1001100 100111 1001010 111101 100110

Color Harmonies of #809B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B25

Black with #809B25

Text Example


Text Example

White with #809B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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