Html Css Color HEX #828C04 Olive

📋 copy color: '#828C04'

red 130 ◦ green 140 ◦ blue 4

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

Shades of Olive #828C04

Tints of Olive #828C04

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.09%

 BLUE value IS 4 (1.95% from 255) = 1.46%

R = 47.45%
G = 51.09%
B = 1.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#828C04 (or 0x828C04) is known color: Olive. HEX triplet: 82, 8C and 04. RGB value is (130,140,4). Sum of RGB (Red+Green+Blue) = 130+140+4=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #828C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828C04 is #7D73FB. Grayscale: #7A7A7A. Windows color (decimal): -8221692 or 298114. OLE color: 298114.

HSL color Cylindrical-coordinate representation of color #828C04: hue angle of 64.41º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #828C04 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 140 4 -
CMYK 0.07 0 0.97 0.45
HSL 64.41º 0.94% 0.28% -
HSV(B) 64.41º 0.97% 0.55% -
XYZ 18.61 23.51 3.67 -
YUV 121.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 130 140 4 0.07 0 0.97 0.45 64.41 0.94 0.28
Hex 82 8C 4 7 0 61 2D 40 5E 1C
Octal 202 214 4 7 0 141 55 100 136 34
Binary 10000010 10001100 100 111 0 1100001 101101 1000000 1011110 11100

Color Harmonies of #828C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C04

Black with #828C04

Text Example


Text Example

White with #828C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,140,4); }

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

background-color css

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

 a { background-color: rgb(130,140,4); }

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

border-color css

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

 span { border-color: rgb(130,140,4); }

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