Html Css Color HEX #829114 Citron

📋 copy color: '#829114'

red 130 ◦ green 145 ◦ blue 20

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

Shades of Citron #829114

Tints of Citron #829114

RGB

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

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

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

R = 44.07%
G = 49.15%
B = 6.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#829114 (or 0x829114) is known color: Citron. HEX triplet: 82, 91 and 14. RGB value is (130,145,20). Sum of RGB (Red+Green+Blue) = 130+145+20=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #829114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829114 is #7D6EEB. Grayscale: #7E7E7E. Windows color (decimal): -8220396 or 1347970. OLE color: 1347970.

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

Color convert

RGB 130 145 20 -
CMYK 0.10 0 0.86 0.43
HSL 67.2º 0.76% 0.32% -
HSV(B) 67.2º 0.86% 0.57% -
XYZ 19.46 25.05 4.47 -
YUV 126.27 68.03 130.66 -
System Red Green Blue C M Y K H S L
Decimal 130 145 20 0.10 0 0.86 0.43 67.2 0.76 0.32
Hex 82 91 14 A 0 56 2B 43 4C 20
Octal 202 221 24 12 0 126 53 103 114 40
Binary 10000010 10010001 10100 1010 0 1010110 101011 1000011 1001100 100000

Color Harmonies of #829114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829114

Black with #829114

Text Example


Text Example

White with #829114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829114; }

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

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

background-color css

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

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

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

border-color css

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

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

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