Html Css Color HEX #829203 Olive

📋 copy color: '#829203'

red 130 ◦ green 146 ◦ blue 3

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

Shades of Olive #829203

Tints of Olive #829203

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.33%

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 46.59%
G = 52.33%
B = 1.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#829203 (or 0x829203) is known color: Olive. HEX triplet: 82, 92 and 03. RGB value is (130,146,3). Sum of RGB (Red+Green+Blue) = 130+146+3=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #829203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829203 is #7D6DFC. Grayscale: #7D7D7D. Windows color (decimal): -8220157 or 234114. OLE color: 234114.

HSL color Cylindrical-coordinate representation of color #829203: hue angle of 66.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #829203 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 3 -
CMYK 0.11 0 0.98 0.43
HSL 66.71º 0.96% 0.29% -
HSV(B) 66.71º 0.98% 0.57% -
XYZ 19.5 25.31 3.94 -
YUV 124.91 59.2 131.63 -
System Red Green Blue C M Y K H S L
Decimal 130 146 3 0.11 0 0.98 0.43 66.71 0.96 0.29
Hex 82 92 3 B 0 62 2B 43 60 1D
Octal 202 222 3 13 0 142 53 103 140 35
Binary 10000010 10010010 11 1011 0 1100010 101011 1000011 1100000 11101

Color Harmonies of #829203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829203

Black with #829203

Text Example


Text Example

White with #829203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829203; }

 p { color: rgb(130,146,3); }

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

background-color css

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

 a { background-color: rgb(130,146,3); }

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

border-color css

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

 span { border-color: rgb(130,146,3); }

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