Html Css Color HEX #829B02 Olive

📋 copy color: '#829B02'

red 130 ◦ green 155 ◦ blue 2

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

Shades of Olive #829B02

Tints of Olive #829B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 45.3%
G = 54.01%
B = 0.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#829B02 (or 0x829B02) is known color: 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

RGB 130 155 2 -
CMYK 0.16 0 0.99 0.39
HSL 69.8º 0.97% 0.31% -
HSV(B) 69.8º 0.99% 0.61% -
XYZ 20.94 28.19 4.4 -
YUV 130.08 55.72 127.94 -
System Red Green Blue C M Y K H S L
Decimal 130 155 2 0.16 0 0.99 0.39 69.8 0.97 0.31
Hex 82 9B 2 10 0 63 27 46 61 1F
Octal 202 233 2 20 0 143 47 106 141 37
Binary 10000010 10011011 10 10000 0 1100011 100111 1000110 1100001 11111

Color Harmonies of #829B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B02

Black with #829B02

Text Example


Text Example

White with #829B02

Text Example


Text Example

HTML Codes & Css Web 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>