Html Css Color HEX #828909 Olive

📋 copy color: '#828909'

red 130 ◦ green 137 ◦ blue 9

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

Shades of Olive #828909

Tints of Olive #828909

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.64%

 BLUE value IS 9 (3.91% from 255) = 3.26%

R = 47.1%
G = 49.64%
B = 3.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#828909 (or 0x828909) is known color: Olive. HEX triplet: 82, 89 and 09. RGB value is (130,137,9). Sum of RGB (Red+Green+Blue) = 130+137+9=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #828909 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828909 is #7D76F6. Grayscale: #787878. Windows color (decimal): -8222455 or 625026. OLE color: 625026.

HSL color Cylindrical-coordinate representation of color #828909: hue angle of 63.28º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #828909 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 9 -
CMYK 0.05 0 0.93 0.46
HSL 63.28º 0.88% 0.29% -
HSV(B) 63.28º 0.93% 0.54% -
XYZ 18.2 22.66 3.67 -
YUV 120.32 65.18 134.91 -
System Red Green Blue C M Y K H S L
Decimal 130 137 9 0.05 0 0.93 0.46 63.28 0.88 0.29
Hex 82 89 9 5 0 5D 2E 3F 58 1D
Octal 202 211 11 5 0 135 56 77 130 35
Binary 10000010 10001001 1001 101 0 1011101 101110 111111 1011000 11101

Color Harmonies of #828909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828909

Black with #828909

Text Example


Text Example

White with #828909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828909; }

 p { color: rgb(130,137,9); }

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

background-color css

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

 a { background-color: rgb(130,137,9); }

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

border-color css

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

 span { border-color: rgb(130,137,9); }

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