#95A602

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

Shades of Citrus #95A602

Tints of Citrus #95A602

Color information

#95A602 (or 0x95A602) is unknown color: approx Citrus. HEX triplet: 95, A6 and 02. RGB value is (149,166,2). Sum of RGB (Red+Green+Blue) = 149+166+2=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #95A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A602 is #6A59FD. Grayscale: #8E8E8E. Windows color (decimal): -6969854 or 173717. OLE color: 173717.

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

Color convert

RGB1491662-
CMYK0.1000.990.35
HSL66.22º97.62%32.94%-
HSV(B)66.22º98.8%65.1%-
XYZ26.0433.675.18-
YUV142.2248.87132.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 166 (65.23% from 255) = 52.37%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=47.00%
G=52.37%
B=0.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14916620.1000.990.3566.2297.6232.94
Hex95A62A06323426221
Octal22524621201434310214241
Binary10010101101001101010100110001110001110000101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,166,2); }

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

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

 a { background-color: rgb(149,166,2); }

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

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

 span { border-color: rgb(149,166,2); }

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