Html Css Color HEX #809524 Citron

📋 copy color: '#809524'

red 128 ◦ green 149 ◦ blue 36

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

Shades of Citron #809524

Tints of Citron #809524

RGB

 RED value IS 128 (50.39% from 255) = 40.89%

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

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

R = 40.89%
G = 47.6%
B = 11.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#809524 (or 0x809524) is known color: Citron. HEX triplet: 80, 95 and 24. RGB value is (128,149,36). Sum of RGB (Red+Green+Blue) = 128+149+36=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #809524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809524 is #7F6ADB. Grayscale: #828282. Windows color (decimal): -8350428 or 2397568. OLE color: 2397568.

HSL color Cylindrical-coordinate representation of color #809524: hue angle of 71.15º 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 #809524 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 36 -
CMYK 0.14 0 0.76 0.42
HSL 71.15º 0.61% 0.36% -
HSV(B) 71.15º 0.76% 0.58% -
XYZ 19.97 26.21 5.68 -
YUV 129.84 75.04 126.69 -
System Red Green Blue C M Y K H S L
Decimal 128 149 36 0.14 0 0.76 0.42 71.15 0.61 0.36
Hex 80 95 24 E 0 4C 2A 47 3D 24
Octal 200 225 44 16 0 114 52 107 75 44
Binary 10000000 10010101 100100 1110 0 1001100 101010 1000111 111101 100100

Color Harmonies of #809524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809524

Black with #809524

Text Example


Text Example

White with #809524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809524; }

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

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

background-color css

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

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

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

border-color css

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

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

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