Html Css Color HEX #85885A Bandicoot

📋 copy color: '#85885A'

red 133 ◦ green 136 ◦ blue 90

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

Shades of Bandicoot #85885A

Tints of Bandicoot #85885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

 BLUE value IS 90 (35.55% from 255) = 25.07%

R = 37.05%
G = 37.88%
B = 25.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#85885A (or 0x85885A) is known color: Bandicoot. HEX triplet: 85, 88 and 5A. RGB value is (133,136,90). Sum of RGB (Red+Green+Blue) = 133+136+90=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #85885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85885A is #7A77A5. Grayscale: #828282. Windows color (decimal): -8026022 or 5933189. OLE color: 5933189.

HSL color Cylindrical-coordinate representation of color #85885A: hue angle of 63.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85885A is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 90 -
CMYK 0.02 0 0.34 0.47
HSL 63.91º 0.2% 0.44% -
HSV(B) 63.91º 0.34% 0.53% -
XYZ 20.32 23.33 13.11 -
YUV 129.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 133 136 90 0.02 0 0.34 0.47 63.91 0.2 0.44
Hex 85 88 5A 2 0 22 2F 40 14 2C
Octal 205 210 132 2 0 42 57 100 24 54
Binary 10000101 10001000 1011010 10 0 100010 101111 1000000 10100 101100

Color Harmonies of #85885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85885A

Black with #85885A

Text Example


Text Example

White with #85885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85885A; }

 p { color: rgb(133,136,90); }

 H1.HeaderClassName
 {
   color: #85885A;
 }
 .AnyTagClassName
 {
   color: #85885A;
 }
</style>

background-color css

<style>
 a { background-color: #85885A; }

 a { background-color: rgb(133,136,90); }

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

border-color css

<style>
 span { border-color: #85885A; }

 span { border-color: rgb(133,136,90); }

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