Html Css Color HEX #819425 Citron

📋 copy color: '#819425'

red 129 ◦ green 148 ◦ blue 37

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

Shades of Citron #819425

Tints of Citron #819425

RGB

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

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

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

R = 41.08%
G = 47.13%
B = 11.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#819425 (or 0x819425) is known color: Citron. HEX triplet: 81, 94 and 25. RGB value is (129,148,37). Sum of RGB (Red+Green+Blue) = 129+148+37=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #819425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819425 is #7E6BDA. Grayscale: #828282. Windows color (decimal): -8285147 or 2462849. OLE color: 2462849.

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

Color convert

RGB 129 148 37 -
CMYK 0.13 0 0.75 0.42
HSL 70.27º 0.6% 0.36% -
HSV(B) 70.27º 0.75% 0.58% -
XYZ 19.98 25.98 5.71 -
YUV 129.67 75.71 127.53 -
System Red Green Blue C M Y K H S L
Decimal 129 148 37 0.13 0 0.75 0.42 70.27 0.6 0.36
Hex 81 94 25 D 0 4B 2A 46 3C 24
Octal 201 224 45 15 0 113 52 106 74 44
Binary 10000001 10010100 100101 1101 0 1001011 101010 1000110 111100 100100

Color Harmonies of #819425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819425

Black with #819425

Text Example


Text Example

White with #819425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819425; }

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

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

background-color css

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

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

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

border-color css

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

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

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