Html Css Color HEX #858202 Olive

📋 copy color: '#858202'

red 133 ◦ green 130 ◦ blue 2

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

Shades of Olive #858202

Tints of Olive #858202

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.06%

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

R = 50.19%
G = 49.06%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#858202 (or 0x858202) is known color: Olive. HEX triplet: 85, 82 and 02. RGB value is (133,130,2). Sum of RGB (Red+Green+Blue) = 133+130+2=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #858202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858202 is #7A7DFD. Grayscale: #747474. Windows color (decimal): -8027646 or 164485. OLE color: 164485.

HSL color Cylindrical-coordinate representation of color #858202: hue angle of 58.63º 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 #858202 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 130 2 -
CMYK 0 0.02 0.98 0.48
HSL 58.63º 0.97% 0.26% -
HSV(B) 58.63º 0.98% 0.52% -
XYZ 17.67 20.96 3.17 -
YUV 116.31 63.49 139.91 -
System Red Green Blue C M Y K H S L
Decimal 133 130 2 0 0.02 0.98 0.48 58.63 0.97 0.26
Hex 85 82 2 0 2 62 30 3B 61 1A
Octal 205 202 2 0 2 142 60 73 141 32
Binary 10000101 10000010 10 0 10 1100010 110000 111011 1100001 11010

Color Harmonies of #858202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858202

Black with #858202

Text Example


Text Example

White with #858202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858202; }

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

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

background-color css

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

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

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

border-color css

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

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

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