Html Css Color HEX #83880B Olive

📋 copy color: '#83880B'

red 131 ◦ green 136 ◦ blue 11

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

Shades of Olive #83880B

Tints of Olive #83880B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.96%

R = 47.12%
G = 48.92%
B = 3.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#83880B (or 0x83880B) is known color: Olive. HEX triplet: 83, 88 and 0B. RGB value is (131,136,11). Sum of RGB (Red+Green+Blue) = 131+136+11=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #83880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83880B is #7C77F4. Grayscale: #787878. Windows color (decimal): -8157173 or 755843. OLE color: 755843.

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

Color convert

RGB 131 136 11 -
CMYK 0.04 0 0.92 0.47
HSL 62.4º 0.85% 0.29% -
HSV(B) 62.4º 0.92% 0.53% -
XYZ 18.22 22.46 3.69 -
YUV 120.26 66.34 135.66 -
System Red Green Blue C M Y K H S L
Decimal 131 136 11 0.04 0 0.92 0.47 62.4 0.85 0.29
Hex 83 88 B 4 0 5C 2F 3E 55 1D
Octal 203 210 13 4 0 134 57 76 125 35
Binary 10000011 10001000 1011 100 0 1011100 101111 111110 1010101 11101

Color Harmonies of #83880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83880B

Black with #83880B

Text Example


Text Example

White with #83880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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