Html Css Color HEX #839B00 Olive

📋 copy color: '#839B00'

red 131 ◦ green 155 ◦ blue 0

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

Shades of Olive #839B00

Tints of Olive #839B00

RGB

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

 GREEN value IS 155 (60.94% from 255) = 54.2%

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

R = 45.8%
G = 54.2%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#839B00 (or 0x839B00) is known color: Olive. HEX triplet: 83, 9B and 00. RGB value is (131,155,0). Sum of RGB (Red+Green+Blue) = 131+155+0=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #839B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839B00 is #7C64FF. Grayscale: #828282. Windows color (decimal): -8152320 or 39811. OLE color: 39811.

HSL color Cylindrical-coordinate representation of color #839B00: hue angle of 69.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #839B00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 155 0 -
CMYK 0.15 0 1 0.39
HSL 69.29º 1% 0.3% -
HSV(B) 69.29º 1% 0.61% -
XYZ 21.08 28.27 4.35 -
YUV 130.15 54.55 128.6 -
System Red Green Blue C M Y K H S L
Decimal 131 155 0 0.15 0 1 0.39 69.29 1 0.3
Hex 83 9B 0 F 0 64 27 45 64 1E
Octal 203 233 0 17 0 144 47 105 144 36
Binary 10000011 10011011 0 1111 0 1100100 100111 1000101 1100100 11110

Color Harmonies of #839B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839B00

Black with #839B00

Text Example


Text Example

White with #839B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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