Html Css Color HEX #859F2A Sushi

📋 copy color: '#859F2A'

red 133 ◦ green 159 ◦ blue 42

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

Shades of Sushi #859F2A

Tints of Sushi #859F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.57%

R = 39.82%
G = 47.6%
B = 12.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#859F2A (or 0x859F2A) is known color: Sushi. HEX triplet: 85, 9F and 2A. RGB value is (133,159,42). Sum of RGB (Red+Green+Blue) = 133+159+42=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #859F2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859F2A is #7A60D5. Grayscale: #8A8A8A. Windows color (decimal): -8020182 or 2793349. OLE color: 2793349.

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

Color convert

RGB 133 159 42 -
CMYK 0.16 0 0.74 0.38
HSL 73.33º 0.58% 0.39% -
HSV(B) 73.33º 0.74% 0.62% -
XYZ 22.49 29.95 6.79 -
YUV 137.89 73.89 124.51 -
System Red Green Blue C M Y K H S L
Decimal 133 159 42 0.16 0 0.74 0.38 73.33 0.58 0.39
Hex 85 9F 2A 10 0 4A 26 49 3A 27
Octal 205 237 52 20 0 112 46 111 72 47
Binary 10000101 10011111 101010 10000 0 1001010 100110 1001001 111010 100111

Color Harmonies of #859F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859F2A

Black with #859F2A

Text Example


Text Example

White with #859F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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