Html Css Color HEX #828B00 Olive

📋 copy color: '#828B00'

red 130 ◦ green 139 ◦ blue 0

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

Shades of Olive #828B00

Tints of Olive #828B00

RGB

 RED value IS 130 (51.17% from 255) = 48.33%

 GREEN value IS 139 (54.69% from 255) = 51.67%

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

R = 48.33%
G = 51.67%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#828B00 (or 0x828B00) is known color: Olive. HEX triplet: 82, 8B and 00. RGB value is (130,139,0). Sum of RGB (Red+Green+Blue) = 130+139+0=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #828B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828B00 is #7D74FF. Grayscale: #797979. Windows color (decimal): -8221952 or 35714. OLE color: 35714.

HSL color Cylindrical-coordinate representation of color #828B00: hue angle of 63.88º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #828B00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 139 0 -
CMYK 0.06 0 1 0.45
HSL 63.88º 1% 0.27% -
HSV(B) 63.88º 1% 0.55% -
XYZ 18.44 23.21 3.51 -
YUV 120.46 60.02 134.8 -
System Red Green Blue C M Y K H S L
Decimal 130 139 0 0.06 0 1 0.45 63.88 1 0.27
Hex 82 8B 0 6 0 64 2D 40 64 1B
Octal 202 213 0 6 0 144 55 100 144 33
Binary 10000010 10001011 0 110 0 1100100 101101 1000000 1100100 11011

Color Harmonies of #828B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B00

Black with #828B00

Text Example


Text Example

White with #828B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,139,0); }

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

background-color css

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

 a { background-color: rgb(130,139,0); }

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

border-color css

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

 span { border-color: rgb(130,139,0); }

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