#95A207

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

Shades of Citrus #95A207

Tints of Citrus #95A207

Color information

#95A207 (or 0x95A207) is unknown color: approx Citrus. HEX triplet: 95, A2 and 07. RGB value is (149,162,7). Sum of RGB (Red+Green+Blue) = 149+162+7=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #95A207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A207 is #6A5DF8. Grayscale: #8D8D8D. Windows color (decimal): -6970873 or 500373. OLE color: 500373.

HSL color Cylindrical-coordinate representation of color #95A207: hue angle of 65.03º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95A207 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1491627-
CMYK0.0800.960.36
HSL65.03º91.72%33.14%-
HSV(B)65.03º95.68%63.53%-
XYZ25.3532.255.09-
YUV140.4452.69134.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 162 (63.67% from 255) = 50.94%
BLUE value IS 7 (3.12% from 255) = 2.20%
R=46.86%
G=50.94%
B=2.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14916270.0800.960.3665.0391.7233.14
Hex95A27806024415c21
Octal22524271001404410113441
Binary100101011010001011110000110000010010010000011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,162,7); }

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

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

 a { background-color: rgb(149,162,7); }

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

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

 span { border-color: rgb(149,162,7); }

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