Html Css Color HEX #85AB3B Sushi

📋 copy color: '#85AB3B'

red 133 ◦ green 171 ◦ blue 59

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

Shades of Sushi #85AB3B

Tints of Sushi #85AB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.25%

R = 36.64%
G = 47.11%
B = 16.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#85AB3B (or 0x85AB3B) is known color: Sushi. HEX triplet: 85, AB and 3B. RGB value is (133,171,59). Sum of RGB (Red+Green+Blue) = 133+171+59=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB3B is #7A54C4. Grayscale: #939393. Windows color (decimal): -8017093 or 3910533. OLE color: 3910533.

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

Color convert

RGB 133 171 59 -
CMYK 0.22 0 0.65 0.33
HSL 80.36º 0.49% 0.45% -
HSV(B) 80.36º 0.65% 0.67% -
XYZ 25.03 34.43 9.46 -
YUV 146.87 78.41 118.11 -
System Red Green Blue C M Y K H S L
Decimal 133 171 59 0.22 0 0.65 0.33 80.36 0.49 0.45
Hex 85 AB 3B 16 0 41 21 50 31 2D
Octal 205 253 73 26 0 101 41 120 61 55
Binary 10000101 10101011 111011 10110 0 1000001 100001 1010000 110001 101101

Color Harmonies of #85AB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB3B

Black with #85AB3B

Text Example


Text Example

White with #85AB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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