#869425

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

Shades of Citron #869425

Tints of Citron #869425

Color information

#869425 (or 0x869425) is unknown color: approx Citron. HEX triplet: 86, 94 and 25. RGB value is (134,148,37). Sum of RGB (Red+Green+Blue) = 134+148+37=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #869425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869425 is #796BDA. Grayscale: #838383. Windows color (decimal): -7957467 or 2462854. OLE color: 2462854.

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

Color convert

RGB13414837-
CMYK0.0900.750.42
HSL67.57º60%36.27%-
HSV(B)67.57º75%58.04%-
XYZ20.7626.385.75-
YUV131.1674.86130.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 148 (58.20% from 255) = 46.39%
BLUE value IS 37 (14.84% from 255) = 11.60%
R=42.01%
G=46.39%
B=11.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134148370.0900.750.4267.576036.27
Hex869425904B2A443c24
Octal20622445110113521047444
Binary10000110100101001001011001010010111010101000100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869425; }

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

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

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

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

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

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

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

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