Html Css Color HEX #829524 Citron

📋 copy color: '#829524'

red 130 ◦ green 149 ◦ blue 36

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

Shades of Citron #829524

Tints of Citron #829524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.43%

R = 41.27%
G = 47.3%
B = 11.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#829524 (or 0x829524) is known color: Citron. HEX triplet: 82, 95 and 24. RGB value is (130,149,36). Sum of RGB (Red+Green+Blue) = 130+149+36=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #829524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829524 is #7D6ADB. Grayscale: #828282. Windows color (decimal): -8219356 or 2397570. OLE color: 2397570.

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

Color convert

RGB 130 149 36 -
CMYK 0.13 0 0.76 0.42
HSL 70.09º 0.61% 0.36% -
HSV(B) 70.09º 0.76% 0.58% -
XYZ 20.27 26.37 5.69 -
YUV 130.44 74.71 127.69 -
System Red Green Blue C M Y K H S L
Decimal 130 149 36 0.13 0 0.76 0.42 70.09 0.61 0.36
Hex 82 95 24 D 0 4C 2A 46 3D 24
Octal 202 225 44 15 0 114 52 106 75 44
Binary 10000010 10010101 100100 1101 0 1001100 101010 1000110 111101 100100

Color Harmonies of #829524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829524

Black with #829524

Text Example


Text Example

White with #829524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829524; }

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

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

background-color css

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

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

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

border-color css

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

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

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