#949B29

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

Shades of Citron #949B29

Tints of Citron #949B29

Color information

#949B29 (or 0x949B29) is unknown color: approx Citron. HEX triplet: 94, 9B and 29. RGB value is (148,155,41). Sum of RGB (Red+Green+Blue) = 148+155+41=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #949B29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B29 is #6B64D6. Grayscale: #8C8C8C. Windows color (decimal): -7038167 or 2726804. OLE color: 2726804.

HSL color Cylindrical-coordinate representation of color #949B29: hue angle of 63.68º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #949B29 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB14815541-
CMYK0.0500.740.39
HSL63.68º58.16%38.43%-
HSV(B)63.68º73.55%60.78%-
XYZ24.3329.96.59-
YUV139.9172.18133.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 41 (16.41% from 255) = 11.92%
R=43.02%
G=45.06%
B=11.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148155410.0500.740.3963.6858.1638.43
Hex949B29504A27403a26
Octal2242335150112471007246
Binary1001010010011011101001101010010101001111000000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949B29; }

 p { color: rgb(148,155,41); }

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

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

 a { background-color: rgb(148,155,41); }

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

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

 span { border-color: rgb(148,155,41); }

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