#95A722

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

Shades of Citron #95A722

Tints of Citron #95A722

Color information

#95A722 (or 0x95A722) is unknown color: approx Citron. HEX triplet: 95, A7 and 22. RGB value is (149,167,34). Sum of RGB (Red+Green+Blue) = 149+167+34=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #95A722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A722 is #6A58DD. Grayscale: #929292. Windows color (decimal): -6969566 or 2271125. OLE color: 2271125.

HSL color Cylindrical-coordinate representation of color #95A722: hue angle of 68.12º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95A722 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB14916734-
CMYK0.1100.800.35
HSL68.12º66.17%39.41%-
HSV(B)68.12º79.64%65.49%-
XYZ26.534.146.71-
YUV146.4664.54129.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 167 (65.62% from 255) = 47.71%
BLUE value IS 34 (13.67% from 255) = 9.71%
R=42.57%
G=47.71%
B=9.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149167340.1100.800.3568.1266.1739.41
Hex95A722B05023444227
Octal225247421301204310410247
Binary100101011010011110001010110101000010001110001001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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