Html Css Color HEX #828C03 Olive

📋 copy color: '#828C03'

red 130 ◦ green 140 ◦ blue 3

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

Shades of Olive #828C03

Tints of Olive #828C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.1%

R = 47.62%
G = 51.28%
B = 1.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#828C03 (or 0x828C03) is known color: Olive. HEX triplet: 82, 8C and 03. RGB value is (130,140,3). Sum of RGB (Red+Green+Blue) = 130+140+3=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #828C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828C03 is #7D73FC. Grayscale: #797979. Windows color (decimal): -8221693 or 232578. OLE color: 232578.

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

Color convert

RGB 130 140 3 -
CMYK 0.07 0 0.98 0.45
HSL 64.38º 0.96% 0.28% -
HSV(B) 64.38º 0.98% 0.55% -
XYZ 18.6 23.51 3.64 -
YUV 121.39 61.19 134.14 -
System Red Green Blue C M Y K H S L
Decimal 130 140 3 0.07 0 0.98 0.45 64.38 0.96 0.28
Hex 82 8C 3 7 0 62 2D 40 60 1C
Octal 202 214 3 7 0 142 55 100 140 34
Binary 10000010 10001100 11 111 0 1100010 101101 1000000 1100000 11100

Color Harmonies of #828C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C03

Black with #828C03

Text Example


Text Example

White with #828C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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