Html Css Color HEX #838501 Olive

📋 copy color: '#838501'

red 131 ◦ green 133 ◦ blue 1

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

Shades of Olive #838501

Tints of Olive #838501

RGB

 RED value IS 131 (51.56% from 255) = 49.43%

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 49.43%
G = 50.19%
B = 0.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#838501 (or 0x838501) is known color: Olive. HEX triplet: 83, 85 and 01. RGB value is (131,133,1). Sum of RGB (Red+Green+Blue) = 131+133+1=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #838501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838501 is #7C7AFE. Grayscale: #757575. Windows color (decimal): -8157951 or 99715. OLE color: 99715.

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

Color convert

RGB 131 133 1 -
CMYK 0.02 0 0.99 0.48
HSL 60.91º 0.99% 0.26% -
HSV(B) 60.91º 0.99% 0.52% -
XYZ 17.75 21.6 3.26 -
YUV 117.35 62.34 137.73 -
System Red Green Blue C M Y K H S L
Decimal 131 133 1 0.02 0 0.99 0.48 60.91 0.99 0.26
Hex 83 85 1 2 0 63 30 3D 63 1A
Octal 203 205 1 2 0 143 60 75 143 32
Binary 10000011 10000101 1 10 0 1100011 110000 111101 1100011 11010

Color Harmonies of #838501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838501

Black with #838501

Text Example


Text Example

White with #838501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838501; }

 p { color: rgb(131,133,1); }

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

background-color css

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

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

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

border-color css

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

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

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