#95A203

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

Shades of Citrus #95A203

Tints of Citrus #95A203

Color information

#95A203 (or 0x95A203) is unknown color: approx Citrus. HEX triplet: 95, A2 and 03. RGB value is (149,162,3). Sum of RGB (Red+Green+Blue) = 149+162+3=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #95A203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A203 is #6A5DFC. Grayscale: #8C8C8C. Windows color (decimal): -6970877 or 238229. OLE color: 238229.

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

Color convert

RGB1491623-
CMYK0.0800.980.36
HSL64.91º96.36%32.35%-
HSV(B)64.91º98.15%63.53%-
XYZ25.3332.244.97-
YUV139.9950.69134.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 162 (63.67% from 255) = 51.59%
BLUE value IS 3 (1.56% from 255) = 0.96%
R=47.45%
G=51.59%
B=0.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14916230.0800.980.3664.9196.3632.35
Hex95A23806224416020
Octal22524231001424410114040
Binary10010101101000101110000110001010010010000011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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