Html Css Color HEX #85AB42 Sushi

📋 copy color: '#85AB42'

red 133 ◦ green 171 ◦ blue 66

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

Shades of Sushi #85AB42

Tints of Sushi #85AB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.22%

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 35.95%
G = 46.22%
B = 17.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#85AB42 (or 0x85AB42) is known color: Sushi. HEX triplet: 85, AB and 42. RGB value is (133,171,66). Sum of RGB (Red+Green+Blue) = 133+171+66=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB42 is #7A54BD. Grayscale: #949494. Windows color (decimal): -8017086 or 4369285. OLE color: 4369285.

HSL color Cylindrical-coordinate representation of color #85AB42: hue angle of 81.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85AB42 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 171 66 -
CMYK 0.22 0 0.61 0.33
HSL 81.71º 0.44% 0.46% -
HSV(B) 81.71º 0.61% 0.67% -
XYZ 25.22 34.51 10.49 -
YUV 147.67 81.91 117.54 -
System Red Green Blue C M Y K H S L
Decimal 133 171 66 0.22 0 0.61 0.33 81.71 0.44 0.46
Hex 85 AB 42 16 0 3D 21 52 2C 2E
Octal 205 253 102 26 0 75 41 122 54 56
Binary 10000101 10101011 1000010 10110 0 111101 100001 1010010 101100 101110

Color Harmonies of #85AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB42

Black with #85AB42

Text Example


Text Example

White with #85AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,171,66); }

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

background-color css

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

 a { background-color: rgb(133,171,66); }

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

border-color css

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

 span { border-color: rgb(133,171,66); }

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