Html Css Color HEX #829B05 Olive

📋 copy color: '#829B05'

red 130 ◦ green 155 ◦ blue 5

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

Shades of Olive #829B05

Tints of Olive #829B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 44.83%
G = 53.45%
B = 1.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#829B05 (or 0x829B05) is known color: Olive. HEX triplet: 82, 9B and 05. RGB value is (130,155,5). Sum of RGB (Red+Green+Blue) = 130+155+5=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #829B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829B05 is #7D64FA. Grayscale: #838383. Windows color (decimal): -8217851 or 367490. OLE color: 367490.

HSL color Cylindrical-coordinate representation of color #829B05: hue angle of 70º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #829B05 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 5 -
CMYK 0.16 0 0.97 0.39
HSL 70º 0.94% 0.31% -
HSV(B) 70º 0.97% 0.61% -
XYZ 20.95 28.2 4.48 -
YUV 130.43 57.22 127.7 -
System Red Green Blue C M Y K H S L
Decimal 130 155 5 0.16 0 0.97 0.39 70 0.94 0.31
Hex 82 9B 5 10 0 61 27 46 5E 1F
Octal 202 233 5 20 0 141 47 106 136 37
Binary 10000010 10011011 101 10000 0 1100001 100111 1000110 1011110 11111

Color Harmonies of #829B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B05

Black with #829B05

Text Example


Text Example

White with #829B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829B05; }

 p { color: rgb(130,155,5); }

 H1.HeaderClassName
 {
   color: #829B05;
 }
 .AnyTagClassName
 {
   color: #829B05;
 }
</style>

background-color css

<style>
 a { background-color: #829B05; }

 a { background-color: rgb(130,155,5); }

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

border-color css

<style>
 span { border-color: #829B05; }

 span { border-color: rgb(130,155,5); }

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