Html Css Color HEX #809522 Citron

📋 copy color: '#809522'

red 128 ◦ green 149 ◦ blue 34

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

Shades of Citron #809522

Tints of Citron #809522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.93%

R = 41.16%
G = 47.91%
B = 10.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#809522 (or 0x809522) is known color: Citron. HEX triplet: 80, 95 and 22. RGB value is (128,149,34). Sum of RGB (Red+Green+Blue) = 128+149+34=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #809522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809522 is #7F6ADD. Grayscale: #828282. Windows color (decimal): -8350430 or 2266496. OLE color: 2266496.

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

Color convert

RGB 128 149 34 -
CMYK 0.14 0 0.77 0.42
HSL 70.96º 0.63% 0.36% -
HSV(B) 70.96º 0.77% 0.58% -
XYZ 19.94 26.2 5.52 -
YUV 129.61 74.04 126.85 -
System Red Green Blue C M Y K H S L
Decimal 128 149 34 0.14 0 0.77 0.42 70.96 0.63 0.36
Hex 80 95 22 E 0 4D 2A 47 3F 24
Octal 200 225 42 16 0 115 52 107 77 44
Binary 10000000 10010101 100010 1110 0 1001101 101010 1000111 111111 100100

Color Harmonies of #809522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809522

Black with #809522

Text Example


Text Example

White with #809522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809522; }

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

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

background-color css

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

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

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

border-color css

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

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

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