#95A40A

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

Shades of Citrus #95A40A

Tints of Citrus #95A40A

Color information

#95A40A (or 0x95A40A) is unknown color: approx Citrus. HEX triplet: 95, A4 and 0A. RGB value is (149,164,10). Sum of RGB (Red+Green+Blue) = 149+164+10=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 164 (64.45% from 255 or 50.77% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 164 - color contains mainly: green. Hex color #95A40A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A40A is #6A5BF5. Grayscale: #8E8E8E. Windows color (decimal): -6970358 or 697493. OLE color: 697493.

HSL color Cylindrical-coordinate representation of color #95A40A: hue angle of 65.84º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95A40A is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB14916410-
CMYK0.0900.940.36
HSL65.84º88.51%34.12%-
HSV(B)65.84º93.9%64.31%-
XYZ25.7232.965.29-
YUV141.9653.53133.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 164 (64.45% from 255) = 50.77%
BLUE value IS 10 (4.30% from 255) = 3.10%
R=46.13%
G=50.77%
B=3.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149164100.0900.940.3665.8488.5134.12
Hex95A4A905E24425922
Octal225244121101364410213142
Binary1001010110100100101010010101111010010010000101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A40A; }

 p { color: rgb(149,164,10); }

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

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

 a { background-color: rgb(149,164,10); }

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

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

 span { border-color: rgb(149,164,10); }

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