Html Css Color HEX #838601 Olive

📋 copy color: '#838601'

red 131 ◦ green 134 ◦ blue 1

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

Shades of Olive #838601

Tints of Olive #838601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.38%

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

R = 49.25%
G = 50.38%
B = 0.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#838601 (or 0x838601) is known color: Olive. HEX triplet: 83, 86 and 01. RGB value is (131,134,1). Sum of RGB (Red+Green+Blue) = 131+134+1=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #838601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838601 is #7C79FE. Grayscale: #767676. Windows color (decimal): -8157695 or 99971. OLE color: 99971.

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

Color convert

RGB 131 134 1 -
CMYK 0.02 0 0.99 0.47
HSL 61.35º 0.99% 0.26% -
HSV(B) 61.35º 0.99% 0.53% -
XYZ 17.89 21.88 3.31 -
YUV 117.94 62.01 137.31 -
System Red Green Blue C M Y K H S L
Decimal 131 134 1 0.02 0 0.99 0.47 61.35 0.99 0.26
Hex 83 86 1 2 0 63 2F 3D 63 1A
Octal 203 206 1 2 0 143 57 75 143 32
Binary 10000011 10000110 1 10 0 1100011 101111 111101 1100011 11010

Color Harmonies of #838601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838601

Black with #838601

Text Example


Text Example

White with #838601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838601; }

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

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

background-color css

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

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

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

border-color css

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

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

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