#959822

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

Shades of Citron #959822

Tints of Citron #959822

Color information

#959822 (or 0x959822) is unknown color: approx Citron. HEX triplet: 95, 98 and 22. RGB value is (149,152,34). Sum of RGB (Red+Green+Blue) = 149+152+34=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #959822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959822 is #6A67DD. Grayscale: #8A8A8A. Windows color (decimal): -6973406 or 2267285. OLE color: 2267285.

HSL color Cylindrical-coordinate representation of color #959822: hue angle of 61.53º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #959822 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB14915234-
CMYK0.0200.780.40
HSL61.53º63.44%36.47%-
HSV(B)61.53º77.63%59.61%-
XYZ23.9128.965.84-
YUV137.6569.51136.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 34 (13.67% from 255) = 10.15%
R=44.48%
G=45.37%
B=10.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149152340.0200.780.4061.5363.4436.47
Hex959822204E283e3f24
Octal225230422011650767744
Binary10010101100110001000101001001110101000111110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959822; }

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

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

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

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

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

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

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

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