#95A422

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

Shades of Citron #95A422

Tints of Citron #95A422

Color information

#95A422 (or 0x95A422) is unknown color: approx Citron. HEX triplet: 95, A4 and 22. RGB value is (149,164,34). Sum of RGB (Red+Green+Blue) = 149+164+34=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #95A422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A422 is #6A5BDD. Grayscale: #919191. Windows color (decimal): -6970334 or 2270357. OLE color: 2270357.

HSL color Cylindrical-coordinate representation of color #95A422: hue angle of 66.92º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95A422 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB14916434-
CMYK0.0900.790.36
HSL66.92º65.66%38.82%-
HSV(B)66.92º79.27%64.31%-
XYZ25.9633.066.53-
YUV144.765.53131.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 34 (13.67% from 255) = 9.80%
R=42.94%
G=47.26%
B=9.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149164340.0900.790.3666.9265.6638.82
Hex95A422904F24434227
Octal225244421101174410310247
Binary100101011010010010001010010100111110010010000111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,164,34); }

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

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

 a { background-color: rgb(149,164,34); }

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

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

 span { border-color: rgb(149,164,34); }

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