Html Css Color HEX #859B2F Sushi

📋 copy color: '#859B2F'

red 133 ◦ green 155 ◦ blue 47

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

Shades of Sushi #859B2F

Tints of Sushi #859B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 39.7%
G = 46.27%
B = 14.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#859B2F (or 0x859B2F) is known color: Sushi. HEX triplet: 85, 9B and 2F. RGB value is (133,155,47). Sum of RGB (Red+Green+Blue) = 133+155+47=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #859B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859B2F is #7A64D0. Grayscale: #888888. Windows color (decimal): -8021201 or 3120005. OLE color: 3120005.

HSL color Cylindrical-coordinate representation of color #859B2F: hue angle of 72.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #859B2F is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 155 47 -
CMYK 0.14 0 0.70 0.39
HSL 72.22º 0.53% 0.4% -
HSV(B) 72.22º 0.7% 0.61% -
XYZ 21.91 28.63 7.06 -
YUV 136.11 77.71 125.78 -
System Red Green Blue C M Y K H S L
Decimal 133 155 47 0.14 0 0.70 0.39 72.22 0.53 0.4
Hex 85 9B 2F E 0 46 27 48 35 28
Octal 205 233 57 16 0 106 47 110 65 50
Binary 10000101 10011011 101111 1110 0 1000110 100111 1001000 110101 101000

Color Harmonies of #859B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B2F

Black with #859B2F

Text Example


Text Example

White with #859B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,155,47); }

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

background-color css

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

 a { background-color: rgb(133,155,47); }

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

border-color css

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

 span { border-color: rgb(133,155,47); }

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