Html Css Color HEX #859F28 Sushi

📋 copy color: '#859F28'

red 133 ◦ green 159 ◦ blue 40

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

Shades of Sushi #859F28

Tints of Sushi #859F28

RGB

 RED value IS 133 (52.34% from 255) = 40.06%

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

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 40.06%
G = 47.89%
B = 12.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#859F28 (or 0x859F28) is known color: Sushi. HEX triplet: 85, 9F and 28. RGB value is (133,159,40). Sum of RGB (Red+Green+Blue) = 133+159+40=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #859F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859F28 is #7A60D7. Grayscale: #8A8A8A. Windows color (decimal): -8020184 or 2662277. OLE color: 2662277.

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

Color convert

RGB 133 159 40 -
CMYK 0.16 0 0.75 0.38
HSL 73.11º 0.6% 0.39% -
HSV(B) 73.11º 0.75% 0.62% -
XYZ 22.45 29.94 6.6 -
YUV 137.66 72.89 124.68 -
System Red Green Blue C M Y K H S L
Decimal 133 159 40 0.16 0 0.75 0.38 73.11 0.6 0.39
Hex 85 9F 28 10 0 4B 26 49 3C 27
Octal 205 237 50 20 0 113 46 111 74 47
Binary 10000101 10011111 101000 10000 0 1001011 100110 1001001 111100 100111

Color Harmonies of #859F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859F28

Black with #859F28

Text Example


Text Example

White with #859F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859F28; }

 p { color: rgb(133,159,40); }

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

background-color css

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

 a { background-color: rgb(133,159,40); }

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

border-color css

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

 span { border-color: rgb(133,159,40); }

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