Html Css Color HEX #829514 Citron

📋 copy color: '#829514'

red 130 ◦ green 149 ◦ blue 20

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

Shades of Citron #829514

Tints of Citron #829514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

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

R = 43.48%
G = 49.83%
B = 6.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#829514 (or 0x829514) is known color: Citron. HEX triplet: 82, 95 and 14. RGB value is (130,149,20). Sum of RGB (Red+Green+Blue) = 130+149+20=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #829514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829514 is #7D6AEB. Grayscale: #818181. Windows color (decimal): -8219372 or 1348994. OLE color: 1348994.

HSL color Cylindrical-coordinate representation of color #829514: hue angle of 68.84º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #829514 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 20 -
CMYK 0.13 0 0.87 0.42
HSL 68.84º 0.76% 0.33% -
HSV(B) 68.84º 0.87% 0.58% -
XYZ 20.08 26.29 4.68 -
YUV 128.61 66.71 128.99 -
System Red Green Blue C M Y K H S L
Decimal 130 149 20 0.13 0 0.87 0.42 68.84 0.76 0.33
Hex 82 95 14 D 0 57 2A 45 4C 21
Octal 202 225 24 15 0 127 52 105 114 41
Binary 10000010 10010101 10100 1101 0 1010111 101010 1000101 1001100 100001

Color Harmonies of #829514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829514

Black with #829514

Text Example


Text Example

White with #829514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829514; }

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

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

background-color css

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

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

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

border-color css

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

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

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