Html Css Color HEX #809425 Citron

📋 copy color: '#809425'

red 128 ◦ green 148 ◦ blue 37

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

Shades of Citron #809425

Tints of Citron #809425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

 BLUE value IS 37 (14.84% from 255) = 11.82%

R = 40.89%
G = 47.28%
B = 11.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#809425 (or 0x809425) is known color: Citron. HEX triplet: 80, 94 and 25. RGB value is (128,148,37). Sum of RGB (Red+Green+Blue) = 128+148+37=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #809425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809425 is #7F6BDA. Grayscale: #818181. Windows color (decimal): -8350683 or 2462848. OLE color: 2462848.

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

Color convert

RGB 128 148 37 -
CMYK 0.14 0 0.75 0.42
HSL 70.81º 0.6% 0.36% -
HSV(B) 70.81º 0.75% 0.58% -
XYZ 19.83 25.9 5.71 -
YUV 129.37 75.87 127.03 -
System Red Green Blue C M Y K H S L
Decimal 128 148 37 0.14 0 0.75 0.42 70.81 0.6 0.36
Hex 80 94 25 E 0 4B 2A 47 3C 24
Octal 200 224 45 16 0 113 52 107 74 44
Binary 10000000 10010100 100101 1110 0 1001011 101010 1000111 111100 100100

Color Harmonies of #809425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809425

Black with #809425

Text Example


Text Example

White with #809425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809425; }

 p { color: rgb(128,148,37); }

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

background-color css

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

 a { background-color: rgb(128,148,37); }

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

border-color css

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

 span { border-color: rgb(128,148,37); }

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