Html Css Color HEX #82911A Citron

📋 copy color: '#82911A'

red 130 ◦ green 145 ◦ blue 26

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

Shades of Citron #82911A

Tints of Citron #82911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.17%

 BLUE value IS 26 (10.55% from 255) = 8.64%

R = 43.19%
G = 48.17%
B = 8.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#82911A (or 0x82911A) is known color: Citron. HEX triplet: 82, 91 and 1A. RGB value is (130,145,26). Sum of RGB (Red+Green+Blue) = 130+145+26=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #82911A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82911A is #7D6EE5. Grayscale: #7F7F7F. Windows color (decimal): -8220390 or 1741186. OLE color: 1741186.

HSL color Cylindrical-coordinate representation of color #82911A: hue angle of 67.56º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82911A is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 26 -
CMYK 0.10 0 0.82 0.43
HSL 67.56º 0.7% 0.34% -
HSV(B) 67.56º 0.82% 0.57% -
XYZ 19.52 25.07 4.79 -
YUV 126.95 71.03 130.18 -
System Red Green Blue C M Y K H S L
Decimal 130 145 26 0.10 0 0.82 0.43 67.56 0.7 0.34
Hex 82 91 1A A 0 52 2B 44 46 22
Octal 202 221 32 12 0 122 53 104 106 42
Binary 10000010 10010001 11010 1010 0 1010010 101011 1000100 1000110 100010

Color Harmonies of #82911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82911A

Black with #82911A

Text Example


Text Example

White with #82911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82911A; }

 p { color: rgb(130,145,26); }

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

background-color css

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

 a { background-color: rgb(130,145,26); }

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

border-color css

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

 span { border-color: rgb(130,145,26); }

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