#819725

Color #819725 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #819725

Tints of Citron #819725

Color information

#819725 (or 0x819725) is unknown color: approx Citron. HEX triplet: 81, 97 and 25. RGB value is (129,151,37). Sum of RGB (Red+Green+Blue) = 129+151+37=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #819725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819725 is #7E68DA. Grayscale: #838383. Windows color (decimal): -8284379 or 2463617. OLE color: 2463617.

HSL color Cylindrical-coordinate representation of color #819725: hue angle of 71.58º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #819725 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB12915137-
CMYK0.1500.750.41
HSL71.58º60.64%36.86%-
HSV(B)71.58º75.5%59.22%-
XYZ20.4526.935.87-
YUV131.4374.71126.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 151 (59.38% from 255) = 47.63%
BLUE value IS 37 (14.84% from 255) = 11.67%
R=40.69%
G=47.63%
B=11.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129151370.1500.750.4171.5860.6436.86
Hex819725F04B29483d25
Octal20122745170113511107545
Binary10000001100101111001011111010010111010011001000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819725; }

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

 H1.HeaderClassName
 {
   color: #819725;
 }
 .AnyTagClassName
 {
   color: #819725;
 }
</style>
background-color css

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

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

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

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

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

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