#949B2B

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

Shades of Citron #949B2B

Tints of Citron #949B2B

Color information

#949B2B (or 0x949B2B) is unknown color: approx Citron. HEX triplet: 94, 9B and 2B. RGB value is (148,155,43). Sum of RGB (Red+Green+Blue) = 148+155+43=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #949B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B2B is #6B64D4. Grayscale: #8C8C8C. Windows color (decimal): -7038165 or 2857876. OLE color: 2857876.

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

Color convert

RGB14815543-
CMYK0.0500.720.39
HSL63.75º56.57%38.82%-
HSV(B)63.75º72.26%60.78%-
XYZ24.3729.916.77-
YUV140.1473.18133.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 43 (17.19% from 255) = 12.43%
R=42.77%
G=44.80%
B=12.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148155430.0500.720.3963.7556.5738.82
Hex949B2B504827403927
Octal2242335350110471007147
Binary1001010010011011101011101010010001001111000000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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