#949B28

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

Shades of Citron #949B28

Tints of Citron #949B28

Color information

#949B28 (or 0x949B28) is unknown color: approx Citron. HEX triplet: 94, 9B and 28. RGB value is (148,155,40). Sum of RGB (Red+Green+Blue) = 148+155+40=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #949B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B28 is #6B64D7. Grayscale: #8C8C8C. Windows color (decimal): -7038168 or 2661268. OLE color: 2661268.

HSL color Cylindrical-coordinate representation of color #949B28: hue angle of 63.65º degrees, saturation: 0.59, 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 #949B28 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB14815540-
CMYK0.0500.740.39
HSL63.65º58.97%38.24%-
HSV(B)63.65º74.19%60.78%-
XYZ24.3229.896.5-
YUV139.871.68133.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 155 (60.94% from 255) = 45.19%
BLUE value IS 40 (16.02% from 255) = 11.66%
R=43.15%
G=45.19%
B=11.66%

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
Decimal148155400.0500.740.3963.6558.9738.24
Hex949B28504A27403b26
Octal2242335050112471007346
Binary1001010010011011101000101010010101001111000000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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