Html Css Color HEX #828901 Olive

📋 copy color: '#828901'

red 130 ◦ green 137 ◦ blue 1

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

Shades of Olive #828901

Tints of Olive #828901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 48.51%
G = 51.12%
B = 0.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#828901 (or 0x828901) is known color: Olive. HEX triplet: 82, 89 and 01. RGB value is (130,137,1). Sum of RGB (Red+Green+Blue) = 130+137+1=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #828901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828901 is #7D76FE. Grayscale: #777777. Windows color (decimal): -8222463 or 100738. OLE color: 100738.

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

Color convert

RGB 130 137 1 -
CMYK 0.05 0 0.99 0.46
HSL 63.09º 0.99% 0.27% -
HSV(B) 63.09º 0.99% 0.54% -
XYZ 18.16 22.64 3.44 -
YUV 119.4 61.18 135.56 -
System Red Green Blue C M Y K H S L
Decimal 130 137 1 0.05 0 0.99 0.46 63.09 0.99 0.27
Hex 82 89 1 5 0 63 2E 3F 63 1B
Octal 202 211 1 5 0 143 56 77 143 33
Binary 10000010 10001001 1 101 0 1100011 101110 111111 1100011 11011

Color Harmonies of #828901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828901

Black with #828901

Text Example


Text Example

White with #828901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828901; }

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

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

background-color css

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

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

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

border-color css

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

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

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