Html Css Color HEX #838800 Olive

📋 copy color: '#838800'

red 131 ◦ green 136 ◦ blue 0

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

Shades of Olive #838800

Tints of Olive #838800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.06%
G = 50.94%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#838800 (or 0x838800) is known color: Olive. HEX triplet: 83, 88 and 00. RGB value is (131,136,0). Sum of RGB (Red+Green+Blue) = 131+136+0=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #838800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838800 is #7C77FF. Grayscale: #777777. Windows color (decimal): -8157184 or 34947. OLE color: 34947.

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

Color convert

RGB 131 136 0 -
CMYK 0.04 0 1 0.47
HSL 62.21º 1% 0.27% -
HSV(B) 62.21º 1% 0.53% -
XYZ 18.16 22.43 3.37 -
YUV 119 60.84 136.56 -
System Red Green Blue C M Y K H S L
Decimal 131 136 0 0.04 0 1 0.47 62.21 1 0.27
Hex 83 88 0 4 0 64 2F 3E 64 1B
Octal 203 210 0 4 0 144 57 76 144 33
Binary 10000011 10001000 0 100 0 1100100 101111 111110 1100100 11011

Color Harmonies of #838800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838800

Black with #838800

Text Example


Text Example

White with #838800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838800; }

 p { color: rgb(131,136,0); }

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

background-color css

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

 a { background-color: rgb(131,136,0); }

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

border-color css

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

 span { border-color: rgb(131,136,0); }

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