Html Css Color HEX #809526 Citron

📋 copy color: '#809526'

red 128 ◦ green 149 ◦ blue 38

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

Shades of Citron #809526

Tints of Citron #809526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.06%

R = 40.63%
G = 47.3%
B = 12.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#809526 (or 0x809526) is known color: Citron. HEX triplet: 80, 95 and 26. RGB value is (128,149,38). Sum of RGB (Red+Green+Blue) = 128+149+38=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #809526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809526 is #7F6AD9. Grayscale: #828282. Windows color (decimal): -8350426 or 2528640. OLE color: 2528640.

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

Color convert

RGB 128 149 38 -
CMYK 0.14 0 0.74 0.42
HSL 71.35º 0.59% 0.37% -
HSV(B) 71.35º 0.74% 0.58% -
XYZ 20 26.22 5.84 -
YUV 130.07 76.04 126.53 -
System Red Green Blue C M Y K H S L
Decimal 128 149 38 0.14 0 0.74 0.42 71.35 0.59 0.37
Hex 80 95 26 E 0 4A 2A 47 3B 25
Octal 200 225 46 16 0 112 52 107 73 45
Binary 10000000 10010101 100110 1110 0 1001010 101010 1000111 111011 100101

Color Harmonies of #809526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809526

Black with #809526

Text Example


Text Example

White with #809526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809526; }

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

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

background-color css

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

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

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

border-color css

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

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

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