#949B1C

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

Shades of Citron #949B1C

Tints of Citron #949B1C

Color information

#949B1C (or 0x949B1C) is unknown color: approx Citron. HEX triplet: 94, 9B and 1C. RGB value is (148,155,28). Sum of RGB (Red+Green+Blue) = 148+155+28=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #949B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B1C is #6B64E3. Grayscale: #8A8A8A. Windows color (decimal): -7038180 or 1874836. OLE color: 1874836.

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

Color convert

RGB14815528-
CMYK0.0500.820.39
HSL63.31º69.4%35.88%-
HSV(B)63.31º81.94%60.78%-
XYZ24.1429.825.58-
YUV138.4365.68134.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 155 (60.94% from 255) = 46.83%
BLUE value IS 28 (11.33% from 255) = 8.46%
R=44.71%
G=46.83%
B=8.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148155280.0500.820.3963.3169.435.88
Hex949B1C5052273f4524
Octal2242333450122477710544
Binary100101001001101111100101010100101001111111111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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