#829B02

Color #829B02 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #829B02

Tints of Olive #829B02

Color information

#829B02 (or 0x829B02) is unknown color: approx Olive. HEX triplet: 82, 9B and 02. RGB value is (130,155,2). Sum of RGB (Red+Green+Blue) = 130+155+2=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #829B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829B02 is #7D64FD. Grayscale: #828282. Windows color (decimal): -8217854 or 170882. OLE color: 170882.

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

Color convert

RGB1301552-
CMYK0.1600.990.39
HSL69.8º97.45%30.78%-
HSV(B)69.8º98.71%60.78%-
XYZ20.9428.194.4-
YUV130.0855.72127.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 155 (60.94% from 255) = 54.01%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=45.30%
G=54.01%
B=0.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13015520.1600.990.3969.897.4530.78
Hex829B2100632746611f
Octal20223322001434710614137
Binary10000010100110111010000011000111001111000110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #829B02;
 }
 .AnyTagClassName
 {
   color: #829B02;
 }
</style>
background-color css

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

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

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

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

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

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