Html Css Color HEX #829014 Citron

📋 copy color: '#829014'

red 130 ◦ green 144 ◦ blue 20

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

Shades of Citron #829014

Tints of Citron #829014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.98%

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

R = 44.22%
G = 48.98%
B = 6.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#829014 (or 0x829014) is known color: Citron. HEX triplet: 82, 90 and 14. RGB value is (130,144,20). Sum of RGB (Red+Green+Blue) = 130+144+20=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #829014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829014 is #7D6FEB. Grayscale: #7E7E7E. Windows color (decimal): -8220652 or 1347714. OLE color: 1347714.

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

Color convert

RGB 130 144 20 -
CMYK 0.10 0 0.86 0.44
HSL 66.77º 0.76% 0.32% -
HSV(B) 66.77º 0.86% 0.56% -
XYZ 19.31 24.74 4.42 -
YUV 125.68 68.36 131.08 -
System Red Green Blue C M Y K H S L
Decimal 130 144 20 0.10 0 0.86 0.44 66.77 0.76 0.32
Hex 82 90 14 A 0 56 2C 43 4C 20
Octal 202 220 24 12 0 126 54 103 114 40
Binary 10000010 10010000 10100 1010 0 1010110 101100 1000011 1001100 100000

Color Harmonies of #829014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829014

Black with #829014

Text Example


Text Example

White with #829014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829014; }

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

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

background-color css

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

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

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

border-color css

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

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

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