Html Css Color HEX #859B2D Sushi

📋 copy color: '#859B2D'

red 133 ◦ green 155 ◦ blue 45

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

Shades of Sushi #859B2D

Tints of Sushi #859B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 39.94%
G = 46.55%
B = 13.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#859B2D (or 0x859B2D) is known color: Sushi. HEX triplet: 85, 9B and 2D. RGB value is (133,155,45). Sum of RGB (Red+Green+Blue) = 133+155+45=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #859B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859B2D is #7A64D2. Grayscale: #888888. Windows color (decimal): -8021203 or 2988933. OLE color: 2988933.

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

Color convert

RGB 133 155 45 -
CMYK 0.14 0 0.71 0.39
HSL 72º 0.55% 0.39% -
HSV(B) 72º 0.71% 0.61% -
XYZ 21.87 28.62 6.85 -
YUV 135.88 76.71 125.94 -
System Red Green Blue C M Y K H S L
Decimal 133 155 45 0.14 0 0.71 0.39 72 0.55 0.39
Hex 85 9B 2D E 0 47 27 48 37 27
Octal 205 233 55 16 0 107 47 110 67 47
Binary 10000101 10011011 101101 1110 0 1000111 100111 1001000 110111 100111

Color Harmonies of #859B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B2D

Black with #859B2D

Text Example


Text Example

White with #859B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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