#95A506

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

Shades of Citrus #95A506

Tints of Citrus #95A506

Color information

#95A506 (or 0x95A506) is unknown color: approx Citrus. HEX triplet: 95, A5 and 06. RGB value is (149,165,6). Sum of RGB (Red+Green+Blue) = 149+165+6=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #95A506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A506 is #6A5AF9. Grayscale: #8E8E8E. Windows color (decimal): -6970106 or 435605. OLE color: 435605.

HSL color Cylindrical-coordinate representation of color #95A506: hue angle of 66.04º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95A506 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1491656-
CMYK0.1000.960.35
HSL66.04º92.98%33.53%-
HSV(B)66.04º96.36%64.71%-
XYZ25.8833.315.24-
YUV142.0951.2132.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 165 (64.84% from 255) = 51.56%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=46.56%
G=51.56%
B=1.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14916560.1000.960.3566.0492.9833.53
Hex95A56A06023425d22
Octal22524561201404310213542
Binary100101011010010111010100110000010001110000101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,165,6); }

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

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

 a { background-color: rgb(149,165,6); }

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

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

 span { border-color: rgb(149,165,6); }

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