#829427

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

Shades of Citron #829427

Tints of Citron #829427

Color information

#829427 (or 0x829427) is unknown color: approx Citron. HEX triplet: 82, 94 and 27. RGB value is (130,148,39). Sum of RGB (Red+Green+Blue) = 130+148+39=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #829427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829427 is #7D6BD8. Grayscale: #828282. Windows color (decimal): -8219609 or 2593922. OLE color: 2593922.

HSL color Cylindrical-coordinate representation of color #829427: hue angle of 69.91º degrees, saturation: 0.58, 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 #829427 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB13014839-
CMYK0.1200.740.42
HSL69.91º58.29%36.67%-
HSV(B)69.91º73.65%58.04%-
XYZ20.1626.075.89-
YUV130.1976.54127.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 39 (15.62% from 255) = 12.30%
R=41.01%
G=46.69%
B=12.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130148390.1200.740.4269.9158.2936.67
Hex829427C04A2A463a25
Octal20222447140112521067245
Binary10000010100101001001111100010010101010101000110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829427; }

 p { color: rgb(130,148,39); }

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

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

 a { background-color: rgb(130,148,39); }

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

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

 span { border-color: rgb(130,148,39); }

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