Html Css Color HEX #85AD41 Sushi

📋 copy color: '#85AD41'

red 133 ◦ green 173 ◦ blue 65

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

Shades of Sushi #85AD41

Tints of Sushi #85AD41

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.63%

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 35.85%
G = 46.63%
B = 17.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#85AD41 (or 0x85AD41) is known color: Sushi. HEX triplet: 85, AD and 41. RGB value is (133,173,65). Sum of RGB (Red+Green+Blue) = 133+173+65=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AD41 is #7A52BE. Grayscale: #959595. Windows color (decimal): -8016575 or 4304261. OLE color: 4304261.

HSL color Cylindrical-coordinate representation of color #85AD41: hue angle of 82.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85AD41 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 173 65 -
CMYK 0.23 0 0.62 0.32
HSL 82.22º 0.45% 0.47% -
HSV(B) 82.22º 0.62% 0.68% -
XYZ 25.57 35.26 10.46 -
YUV 148.73 80.75 116.78 -
System Red Green Blue C M Y K H S L
Decimal 133 173 65 0.23 0 0.62 0.32 82.22 0.45 0.47
Hex 85 AD 41 17 0 3E 20 52 2D 2F
Octal 205 255 101 27 0 76 40 122 55 57
Binary 10000101 10101101 1000001 10111 0 111110 100000 1010010 101101 101111

Color Harmonies of #85AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AD41

Black with #85AD41

Text Example


Text Example

White with #85AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85AD41; }

 p { color: rgb(133,173,65); }

 H1.HeaderClassName
 {
   color: #85AD41;
 }
 .AnyTagClassName
 {
   color: #85AD41;
 }
</style>

background-color css

<style>
 a { background-color: #85AD41; }

 a { background-color: rgb(133,173,65); }

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

border-color css

<style>
 span { border-color: #85AD41; }

 span { border-color: rgb(133,173,65); }

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