#949822

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

Shades of Citron #949822

Tints of Citron #949822

Color information

#949822 (or 0x949822) is unknown color: approx Citron. HEX triplet: 94, 98 and 22. RGB value is (148,152,34). Sum of RGB (Red+Green+Blue) = 148+152+34=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #949822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949822 is #6B67DD. Grayscale: #898989. Windows color (decimal): -7038942 or 2267284. OLE color: 2267284.

HSL color Cylindrical-coordinate representation of color #949822: hue angle of 62.03º 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 #949822 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB14815234-
CMYK0.0300.780.40
HSL62.03º63.44%36.47%-
HSV(B)62.03º77.63%59.61%-
XYZ23.7328.875.83-
YUV137.3569.67135.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 152 (59.77% from 255) = 45.51%
BLUE value IS 34 (13.67% from 255) = 10.18%
R=44.31%
G=45.51%
B=10.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148152340.0300.780.4062.0363.4436.47
Hex949822304E283e3f24
Octal224230423011650767744
Binary10010100100110001000101101001110101000111110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949822; }

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

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

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

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

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

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

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

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