Html Css Color HEX #819524 Citron

📋 copy color: '#819524'

red 129 ◦ green 149 ◦ blue 36

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

Shades of Citron #819524

Tints of Citron #819524

RGB

 RED value IS 129 (50.78% from 255) = 41.08%

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

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

R = 41.08%
G = 47.45%
B = 11.46%

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

#819524 (or 0x819524) is known color: Citron. HEX triplet: 81, 95 and 24. RGB value is (129,149,36). Sum of RGB (Red+Green+Blue) = 129+149+36=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #819524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819524 is #7E6ADB. Grayscale: #828282. Windows color (decimal): -8284892 or 2397569. OLE color: 2397569.

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

Color convert

RGB 129 149 36 -
CMYK 0.13 0 0.76 0.42
HSL 70.62º 0.61% 0.36% -
HSV(B) 70.62º 0.76% 0.58% -
XYZ 20.12 26.29 5.68 -
YUV 130.14 74.87 127.19 -
System Red Green Blue C M Y K H S L
Decimal 129 149 36 0.13 0 0.76 0.42 70.62 0.61 0.36
Hex 81 95 24 D 0 4C 2A 47 3D 24
Octal 201 225 44 15 0 114 52 107 75 44
Binary 10000001 10010101 100100 1101 0 1001100 101010 1000111 111101 100100

Color Harmonies of #819524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819524

Black with #819524

Text Example


Text Example

White with #819524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819524; }

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

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

background-color css

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

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

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

border-color css

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

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

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