Html Css Color HEX #838003 Olive

📋 copy color: '#838003'

red 131 ◦ green 128 ◦ blue 3

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

Shades of Olive #838003

Tints of Olive #838003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.85%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 50%
G = 48.85%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#838003 (or 0x838003) is known color: Olive. HEX triplet: 83, 80 and 03. RGB value is (131,128,3). Sum of RGB (Red+Green+Blue) = 131+128+3=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #838003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838003 is #7C7FFC. Grayscale: #737373. Windows color (decimal): -8159229 or 229507. OLE color: 229507.

HSL color Cylindrical-coordinate representation of color #838003: hue angle of 58.59º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #838003 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 128 3 -
CMYK 0 0.02 0.98 0.49
HSL 58.59º 0.96% 0.26% -
HSV(B) 58.59º 0.98% 0.51% -
XYZ 17.1 20.27 3.1 -
YUV 114.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 131 128 3 0 0.02 0.98 0.49 58.59 0.96 0.26
Hex 83 80 3 0 2 62 31 3B 60 1A
Octal 203 200 3 0 2 142 61 73 140 32
Binary 10000011 10000000 11 0 10 1100010 110001 111011 1100000 11010

Color Harmonies of #838003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838003

Black with #838003

Text Example


Text Example

White with #838003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838003; }

 p { color: rgb(131,128,3); }

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

background-color css

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

 a { background-color: rgb(131,128,3); }

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

border-color css

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

 span { border-color: rgb(131,128,3); }

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