Html Css Color HEX #858502 Olive

📋 copy color: '#858502'

red 133 ◦ green 133 ◦ blue 2

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

Shades of Olive #858502

Tints of Olive #858502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.63%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 49.63%
G = 49.63%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#858502 (or 0x858502) is known color: Olive. HEX triplet: 85, 85 and 02. RGB value is (133,133,2). Sum of RGB (Red+Green+Blue) = 133+133+2=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858502 is #7A7AFD. Grayscale: #767676. Windows color (decimal): -8026878 or 165253. OLE color: 165253.

HSL color Cylindrical-coordinate representation of color #858502: hue angle of 60º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #858502 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 133 2 -
CMYK 0 0 0.98 0.48
HSL 60º 0.97% 0.26% -
HSV(B) 60º 0.98% 0.52% -
XYZ 18.07 21.77 3.31 -
YUV 118.07 62.5 138.65 -
System Red Green Blue C M Y K H S L
Decimal 133 133 2 0 0 0.98 0.48 60 0.97 0.26
Hex 85 85 2 0 0 62 30 3C 61 1A
Octal 205 205 2 0 0 142 60 74 141 32
Binary 10000101 10000101 10 0 0 1100010 110000 111100 1100001 11010

Color Harmonies of #858502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858502

Black with #858502

Text Example


Text Example

White with #858502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858502; }

 p { color: rgb(133,133,2); }

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

background-color css

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

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

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

border-color css

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

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

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