#95A103

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

Shades of Citrus #95A103

Tints of Citrus #95A103

Color information

#95A103 (or 0x95A103) is unknown color: approx Citrus. HEX triplet: 95, A1 and 03. RGB value is (149,161,3). Sum of RGB (Red+Green+Blue) = 149+161+3=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #95A103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A103 is #6A5EFC. Grayscale: #8C8C8C. Windows color (decimal): -6971133 or 237973. OLE color: 237973.

HSL color Cylindrical-coordinate representation of color #95A103: hue angle of 64.56º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95A103 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB1491613-
CMYK0.0700.980.37
HSL64.56º96.34%32.16%-
HSV(B)64.56º98.14%63.14%-
XYZ25.1631.894.91-
YUV139.451.02134.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 161 (63.28% from 255) = 51.44%
BLUE value IS 3 (1.56% from 255) = 0.96%
R=47.60%
G=51.44%
B=0.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14916130.0700.980.3764.5696.3432.16
Hex95A13706225416020
Octal2252413701424510114040
Binary1001010110100001111110110001010010110000011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,161,3); }

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

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

 a { background-color: rgb(149,161,3); }

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

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

 span { border-color: rgb(149,161,3); }

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