Html Css Color HEX #829512 Citron

📋 copy color: '#829512'

red 130 ◦ green 149 ◦ blue 18

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

Shades of Citron #829512

Tints of Citron #829512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 43.77%
G = 50.17%
B = 6.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#829512 (or 0x829512) is known color: Citron. HEX triplet: 82, 95 and 12. RGB value is (130,149,18). Sum of RGB (Red+Green+Blue) = 130+149+18=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #829512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829512 is #7D6AED. Grayscale: #808080. Windows color (decimal): -8219374 or 1217922. OLE color: 1217922.

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

Color convert

RGB 130 149 18 -
CMYK 0.13 0 0.88 0.42
HSL 68.7º 0.78% 0.33% -
HSV(B) 68.7º 0.88% 0.58% -
XYZ 20.06 26.28 4.59 -
YUV 128.39 65.71 129.15 -
System Red Green Blue C M Y K H S L
Decimal 130 149 18 0.13 0 0.88 0.42 68.7 0.78 0.33
Hex 82 95 12 D 0 58 2A 45 4E 21
Octal 202 225 22 15 0 130 52 105 116 41
Binary 10000010 10010101 10010 1101 0 1011000 101010 1000101 1001110 100001

Color Harmonies of #829512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829512

Black with #829512

Text Example


Text Example

White with #829512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829512; }

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

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

background-color css

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

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

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

border-color css

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

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

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