Html Css Color HEX #829315 Citron

📋 copy color: '#829315'

red 130 ◦ green 147 ◦ blue 21

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

Shades of Citron #829315

Tints of Citron #829315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

 BLUE value IS 21 (8.59% from 255) = 7.05%

R = 43.62%
G = 49.33%
B = 7.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#829315 (or 0x829315) is known color: Citron. HEX triplet: 82, 93 and 15. RGB value is (130,147,21). Sum of RGB (Red+Green+Blue) = 130+147+21=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #829315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829315 is #7D6CEA. Grayscale: #808080. Windows color (decimal): -8219883 or 1414018. OLE color: 1414018.

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

Color convert

RGB 130 147 21 -
CMYK 0.12 0 0.86 0.42
HSL 68.1º 0.75% 0.33% -
HSV(B) 68.1º 0.86% 0.58% -
XYZ 19.78 25.67 4.62 -
YUV 127.55 67.87 129.75 -
System Red Green Blue C M Y K H S L
Decimal 130 147 21 0.12 0 0.86 0.42 68.1 0.75 0.33
Hex 82 93 15 C 0 56 2A 44 4B 21
Octal 202 223 25 14 0 126 52 104 113 41
Binary 10000010 10010011 10101 1100 0 1010110 101010 1000100 1001011 100001

Color Harmonies of #829315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829315

Black with #829315

Text Example


Text Example

White with #829315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829315; }

 p { color: rgb(130,147,21); }

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

background-color css

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

 a { background-color: rgb(130,147,21); }

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

border-color css

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

 span { border-color: rgb(130,147,21); }

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