Html Css Color HEX #829214 Citron

📋 copy color: '#829214'

red 130 ◦ green 146 ◦ blue 20

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

Shades of Citron #829214

Tints of Citron #829214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 43.92%
G = 49.32%
B = 6.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#829214 (or 0x829214) is known color: Citron. HEX triplet: 82, 92 and 14. RGB value is (130,146,20). Sum of RGB (Red+Green+Blue) = 130+146+20=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #829214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829214 is #7D6DEB. Grayscale: #7F7F7F. Windows color (decimal): -8220140 or 1348226. OLE color: 1348226.

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

Color convert

RGB 130 146 20 -
CMYK 0.11 0 0.86 0.43
HSL 67.62º 0.76% 0.33% -
HSV(B) 67.62º 0.86% 0.57% -
XYZ 19.61 25.35 4.52 -
YUV 126.85 67.7 130.25 -
System Red Green Blue C M Y K H S L
Decimal 130 146 20 0.11 0 0.86 0.43 67.62 0.76 0.33
Hex 82 92 14 B 0 56 2B 44 4C 21
Octal 202 222 24 13 0 126 53 104 114 41
Binary 10000010 10010010 10100 1011 0 1010110 101011 1000100 1001100 100001

Color Harmonies of #829214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829214

Black with #829214

Text Example


Text Example

White with #829214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829214; }

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

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

background-color css

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

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

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

border-color css

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

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

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