Html Css Color HEX #809324 Citron

📋 copy color: '#809324'

red 128 ◦ green 147 ◦ blue 36

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

Shades of Citron #809324

Tints of Citron #809324

RGB

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

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

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

R = 41.16%
G = 47.27%
B = 11.58%

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

#809324 (or 0x809324) is known color: Citron. HEX triplet: 80, 93 and 24. RGB value is (128,147,36). Sum of RGB (Red+Green+Blue) = 128+147+36=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #809324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809324 is #7F6CDB. Grayscale: #818181. Windows color (decimal): -8350940 or 2397056. OLE color: 2397056.

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

Color convert

RGB 128 147 36 -
CMYK 0.13 0 0.76 0.42
HSL 70.27º 0.61% 0.36% -
HSV(B) 70.27º 0.76% 0.58% -
XYZ 19.65 25.58 5.57 -
YUV 128.67 75.71 127.53 -
System Red Green Blue C M Y K H S L
Decimal 128 147 36 0.13 0 0.76 0.42 70.27 0.61 0.36
Hex 80 93 24 D 0 4C 2A 46 3D 24
Octal 200 223 44 15 0 114 52 106 75 44
Binary 10000000 10010011 100100 1101 0 1001100 101010 1000110 111101 100100

Color Harmonies of #809324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809324

Black with #809324

Text Example


Text Example

White with #809324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809324; }

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

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

background-color css

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

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

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

border-color css

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

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

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