Html Css Color HEX #85AC38 Sushi

📋 copy color: '#85AC38'

red 133 ◦ green 172 ◦ blue 56

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

Shades of Sushi #85AC38

Tints of Sushi #85AC38

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.65%

 BLUE value IS 56 (22.27% from 255) = 15.51%

R = 36.84%
G = 47.65%
B = 15.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#85AC38 (or 0x85AC38) is known color: Sushi. HEX triplet: 85, AC and 38. RGB value is (133,172,56). Sum of RGB (Red+Green+Blue) = 133+172+56=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AC38 is #7A53C7. Grayscale: #939393. Windows color (decimal): -8016840 or 3714181. OLE color: 3714181.

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

Color convert

RGB 133 172 56 -
CMYK 0.23 0 0.67 0.33
HSL 80.17º 0.51% 0.45% -
HSV(B) 80.17º 0.67% 0.67% -
XYZ 25.14 34.78 9.13 -
YUV 147.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 133 172 56 0.23 0 0.67 0.33 80.17 0.51 0.45
Hex 85 AC 38 17 0 43 21 50 33 2D
Octal 205 254 70 27 0 103 41 120 63 55
Binary 10000101 10101100 111000 10111 0 1000011 100001 1010000 110011 101101

Color Harmonies of #85AC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC38

Black with #85AC38

Text Example


Text Example

White with #85AC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,172,56); }

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

background-color css

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

 a { background-color: rgb(133,172,56); }

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

border-color css

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

 span { border-color: rgb(133,172,56); }

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